[chore] fixing the ability to run dev-server

This commit is contained in:
Steven Evans
2018-09-15 22:20:55 -04:00
committed by danielyxie
parent ab23d34a7a
commit 24b5a5dd31
2 changed files with 125 additions and 117 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
"url": "git+https://github.com/danielyxie/bitburner.git"
},
"scripts": {
"start:dev": "webpack-dev-server",
"start:dev": "webpack-dev-server --progress --env.devServer --mode development",
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"lint": "npm run lint:typescript & npm run lint:javascript & npm run lint:style",