Skip to content

Commit 5b95dba

Browse files
committed
Introduce webpack-serve
1 parent d055fde commit 5b95dba

File tree

2 files changed

+992
-18
lines changed

2 files changed

+992
-18
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"devDependencies": {
88
"html-webpack-plugin": "^3.2.0",
99
"webpack": "^4.10.2",
10-
"webpack-cli": "^3.0.2"
10+
"webpack-cli": "^3.0.2",
11+
"webpack-serve": "^1.0.2"
1112
},
1213
"scripts": {
1314
"watch": "webpack --config config/webpack.config.js --watch"

0 commit comments

Comments
 (0)