Improve webpack command invokation.
This commit is contained in:
parent
c799c62621
commit
eca1cacfeb
@ -70,6 +70,6 @@
|
||||
"scripts": {
|
||||
"build": "rm -Rf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
|
||||
"test": "karma start",
|
||||
"dev": "webpack-dev-server --config config/webpack.dev.js --inline --progress --colors"
|
||||
"dev": "webpack-dev-server --config config/webpack.dev.js --inline --progress --colors --hot --info --debug --devtool eval-cheap-module-source-map"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user