We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd363e0 commit a9fedabCopy full SHA for a9fedab
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "webpack -p",
8
"build:dev": "webpack --progress --colors --mode=development",
9
- "build:demo": "webpack --config demo/webpack.config.js",
+ "build:demo": "webpack --config demo/webpack.config.js -p",
10
"lint": "eslint --ext .js src/ test",
11
"postversion": "git push && git push --tags && npm publish",
12
"preversion": "npm run test",
@@ -35,6 +35,8 @@
35
"codecov": "^3.0.0",
36
"eslint": "^3.19.0",
37
"eslint-plugin-babel": "^4.1.2",
38
+ "file-loader": "^1.1.11",
39
+ "html-webpack-plugin": "^3.2.0",
40
"jest": "^22.1.3",
41
"webpack": "^4.8.1",
42
"webpack-cli": "^2.1.3"
0 commit comments