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 8787043 commit b6a30adCopy full SHA for b6a30ad
lib/generators/init-generator.js
@@ -31,7 +31,11 @@ module.exports = class InitGenerator extends Generator {
31
constructor(args, opts) {
32
super(args, opts);
33
this.isProd = false;
34
- this.dependencies = ["webpack", "uglifyjs-webpack-plugin"];
+ this.dependencies = [
35
+ "webpack",
36
+ "webpack-cli",
37
+ "uglifyjs-webpack-plugin"
38
+ ];
39
this.configuration = {
40
config: {
41
webpackOptions: {},
0 commit comments