Skip to content

Commit a9fedab

Browse files
committed
restore demo dependencies
1 parent bd363e0 commit a9fedab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "webpack -p",
88
"build:dev": "webpack --progress --colors --mode=development",
9-
"build:demo": "webpack --config demo/webpack.config.js",
9+
"build:demo": "webpack --config demo/webpack.config.js -p",
1010
"lint": "eslint --ext .js src/ test",
1111
"postversion": "git push && git push --tags && npm publish",
1212
"preversion": "npm run test",
@@ -35,6 +35,8 @@
3535
"codecov": "^3.0.0",
3636
"eslint": "^3.19.0",
3737
"eslint-plugin-babel": "^4.1.2",
38+
"file-loader": "^1.1.11",
39+
"html-webpack-plugin": "^3.2.0",
3840
"jest": "^22.1.3",
3941
"webpack": "^4.8.1",
4042
"webpack-cli": "^2.1.3"

0 commit comments

Comments
 (0)