add a dev-build script to run webpack in development mode
This commit is contained in:
parent
fcb14d489c
commit
d8f199d1d1
|
|
@ -5,7 +5,8 @@
|
|||
"browser": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "webpack"
|
||||
"build": "webpack",
|
||||
"dev-build": "webpack --mode=development"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in New Issue