Skip to content
Snippets Groups Projects
Commit 365339df authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Disable uglify for now

Need to figure out a way to compress the JS without running into
modern ECMAScript that UglifyJS doesn't understand
parent db14661d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
"watchify": "watchify -vd -p browserify-hmr -e client/main.js -o public/js/build.js",
"serve": "node index.js",
"dev": "npm-run-all --parallel watchify serve",
"build": "cross-env NODE_ENV=production browserify -g envify -p [ vueify/plugins/extract-css -o public/css/build.css ] -e client/main.js | uglifyjs -c warnings=false -m > public/js/build.js"
"build": "cross-env NODE_ENV=production browserify -g envify -p [ vueify/plugins/extract-css -o public/css/build.css ] -e client/main.js > public/js/build.js"
},
"repository": {
"type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment