File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ contributors:
6
6
- rafde
7
7
- fvgs
8
8
- TheDutchCoder
9
+ - WojciechKo
9
10
---
10
11
11
12
T> This guide extends on code examples found in the [ Output Management] ( /guides/output-management ) guide.
@@ -214,7 +215,7 @@ __package.json__
214
215
"main": "webpack.config.js",
215
216
"scripts": {
216
217
"test": "echo \"Error: no test specified\" && exit 1",
217
- "watch": "webpack --progress -- watch",
218
+ "watch": "webpack --watch",
218
219
+ "start": "webpack-dev-server --open",
219
220
"build": "webpack"
220
221
},
@@ -331,7 +332,7 @@ __package.json__
331
332
"main": "webpack.config.js",
332
333
"scripts": {
333
334
"test": "echo \"Error: no test specified\" && exit 1",
334
- "watch": "webpack --progress -- watch",
335
+ "watch": "webpack --watch",
335
336
"start": "webpack-dev-server --open",
336
337
+ "server": "node server.js",
337
338
"build": "webpack"
You can’t perform that action at this time.
0 commit comments