mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
parent
0ab66717e0
commit
a66ec179c9
@ -31,7 +31,7 @@ var ReactWebpackGenerator = module.exports = function ReactWebpackGenerator(args
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.on('end', function () {
|
this.on('end', function () {
|
||||||
this.installDependencies({ skipInstall: options['skip-install'] });
|
this.installDependencies({ skipInstall: options['skip-install'], bower: false });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user