This commit is contained in:
Eugene Pankov
2017-04-17 14:57:22 +02:00
parent 36c2aef860
commit 919aa7c65f
21 changed files with 108 additions and 78 deletions

View File

@@ -56,8 +56,8 @@
}
},
"scripts": {
"build": "node --max-old-space-size=4096 ./node_modules/.bin/webpack --progress --color",
"watch": "node --max-old-space-size=4096 ./node_modules/.bin/webpack --progress --color --watch",
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch",
"pack": "build --dir",
"postinstall": "install-app-deps",
"dist": "build"