Use --optimize flag in build
parent
d3630e7a77
commit
7af4c7091c
|
@ -2,7 +2,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "pulp dep install",
|
"postinstall": "pulp dep install",
|
||||||
"build": "pulp browserify --to dist/app.js"
|
"build": "pulp browserify --optimise --to dist/app.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"virtual-dom": "^2.1.1"
|
"virtual-dom": "^2.1.1"
|
||||||
|
|
Loading…
Reference in New Issue