Skip to content

Commit 1f41d9e

Browse files
authored
Update watch script to use webpack 5 API
Also remove unused start script
1 parent d34652d commit 1f41d9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"main": "scripts/src/index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "webpack-dev-server --progress --colors",
9-
"watch": "NODE_ENV=development webpack -d -w",
8+
"watch": "webpack --mode=development --watch",
109
"build": "webpack"
1110
},
1211
"repository": {

0 commit comments

Comments
 (0)