We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34652d commit 1f41d9eCopy full SHA for 1f41d9e
package.json
@@ -5,8 +5,7 @@
5
"main": "scripts/src/index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "start": "webpack-dev-server --progress --colors",
9
- "watch": "NODE_ENV=development webpack -d -w",
+ "watch": "webpack --mode=development --watch",
10
"build": "webpack"
11
},
12
"repository": {
0 commit comments