win-serve
This commit is contained in:
parent
8045a3d3cf
commit
4de36adce7
@ -7,7 +7,10 @@
|
||||
"scripts": {
|
||||
"serve": "WEBPACK_ENV=dev webpack-dev-server --inline --hot --host 0.0.0.0",
|
||||
"dev": "WEBPACK_ENV=dev webpack --progress --colors --watch",
|
||||
"build": "WEBPACK_ENV=production webpack --colors"
|
||||
"build": "WEBPACK_ENV=production webpack --colors",
|
||||
"win-serve": "webpack-dev-server --inline --hot --open",
|
||||
"win-dev": "webpack --progress --colors --watch",
|
||||
"win-build": "webpack --colors"
|
||||
},
|
||||
"author": "Sebastian Frank",
|
||||
"license": "UNLICENSED",
|
||||
|
Loading…
Reference in New Issue
Block a user