Add webpack command "watch".

This commit is contained in:
Joachim Bauch 2021-12-16 14:53:24 +01:00
parent ea1614c9dd
commit b97145adbb
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -7,6 +7,7 @@
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --config webpack.js",
"watch": "NODE_ENV=development webpack watch --config webpack.js",
"lint": "eslint src",
"stylelint": "stylelint css/*.css css/*.scss"
},