Add webpack command "watch".
This commit is contained in:
parent
ea1614c9dd
commit
b97145adbb
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "NODE_ENV=production webpack --progress --config webpack.js",
|
"build": "NODE_ENV=production webpack --progress --config webpack.js",
|
||||||
"dev": "NODE_ENV=development webpack --config webpack.js",
|
"dev": "NODE_ENV=development webpack --config webpack.js",
|
||||||
|
"watch": "NODE_ENV=development webpack watch --config webpack.js",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"stylelint": "stylelint css/*.css css/*.scss"
|
"stylelint": "stylelint css/*.css css/*.scss"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue