add a dev-build script to run webpack in development mode

This commit is contained in:
Jesse D. McDonald 2020-04-05 04:42:39 -05:00
parent fcb14d489c
commit d8f199d1d1
1 changed files with 2 additions and 1 deletions

View File

@ -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",