We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216e8c4 commit f152658Copy full SHA for f152658
example/package.json
@@ -24,7 +24,8 @@
24
"extract-text-webpack-plugin": "^4.0.0-beta.0",
25
"firebase-tools": "^5.0.0",
26
"style-loader": "^0.21.0",
27
- "webpack": "^4.8.3"
+ "webpack": "^4.8.3",
28
+ "webpack-cli": "^3.0.0"
29
},
30
"private": true
31
}
package.json
@@ -66,6 +66,6 @@
66
"react": "^16.3.2",
67
68
"webpack": "^4.8.3",
69
- "webpack-cli": "^2.1.3"
70
71
0 commit comments