Skip to content

Commit b6a30ad

Browse files
dhruvduttevenstensberg
authored andcommitted
cli(init): add webpack-cli dep (#347)
1 parent 8787043 commit b6a30ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/generators/init-generator.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ module.exports = class InitGenerator extends Generator {
3131
constructor(args, opts) {
3232
super(args, opts);
3333
this.isProd = false;
34-
this.dependencies = ["webpack", "uglifyjs-webpack-plugin"];
34+
this.dependencies = [
35+
"webpack",
36+
"webpack-cli",
37+
"uglifyjs-webpack-plugin"
38+
];
3539
this.configuration = {
3640
config: {
3741
webpackOptions: {},

0 commit comments

Comments
 (0)