SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 2d2a4f7c authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

On staging: webpack in production mode

parent bc61d26b
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,9 @@ const VueLoaderPlugin = require('vue-loader/lib/plugin') ...@@ -5,9 +5,9 @@ const VueLoaderPlugin = require('vue-loader/lib/plugin')
var path_bundles = __dirname + '/static_bundles/bundles'; var path_bundles = __dirname + '/static_bundles/bundles';
module.exports = { module.exports = {
mode: 'development', mode: 'production',
context: __dirname, context: __dirname,
devtool: "source-map", // to ensure no eval() (breaking CSP) in development // devtool: "source-map", // to ensure no eval() (breaking CSP) in development
entry: { entry: {
main: [ main: [
"tether", "tether",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment