We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e7831 commit 30d7eedCopy full SHA for 30d7eed
package.json
@@ -4,7 +4,8 @@
4
"description": "React JS Code Splitting - Why and How? workshop",
5
"main": "index.js",
6
"scripts": {
7
- "start": "./node_modules/.bin/webpack --config ./webpack.config.js && ./node_modules/.bin/serve -s ./public"
+ "start": "./node_modules/.bin/webpack --config ./webpack.config.js && ./node_modules/.bin/serve -s ./public",
8
+ "watch": "./node_modules/.bin/webpack --config ./webpack.config.js --watch"
9
},
10
"repository": {
11
"type": "git",
@@ -34,4 +35,4 @@
34
35
"webpack": "^4.35.0",
36
"webpack-cli": "^3.3.5"
37
}
-}
38
+}
0 commit comments