Skip to content

Commit c88ecff

Browse files
committed
chrome: update html-webpack-plugin version
1 parent d5f5e6b commit c88ecff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"scripts"
2727
],
2828
"scripts": {
29-
"dev": "webpack serve --config webpack.config.js --entry ./example/index.js",
30-
"start": "cross-env NODE_ENV=development webpack serve --config webpack.config.js --entry ./example/index.js",
29+
"dev": "webpack serve --config webpack.config.js --entry ./examples/index.js",
30+
"start": "cross-env NODE_ENV=development webpack serve --config webpack.config.js --entry ./examples/index.js",
3131
"test": "cross-env NODE_ENV=test jest --config .jest.js",
3232
"compile": "node antd-tools/cli/run.js compile",
3333
"pub": "node antd-tools/cli/run.js pub",
@@ -110,7 +110,7 @@
110110
"gulp": "^4.0.1",
111111
"gulp-babel": "^7.0.0",
112112
"gulp-strip-code": "^0.1.4",
113-
"html-webpack-plugin": "^4.0.0-beta.14",
113+
"html-webpack-plugin": "4.0.4",
114114
"husky": "^4.0.0",
115115
"istanbul-instrumenter-loader": "^3.0.0",
116116
"jest": "^24.0.0",

0 commit comments

Comments
 (0)