Skip to content

Instantly share code, notes, and snippets.

@misterdev
Last active March 21, 2019 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misterdev/07f6507cd4c01ee5cebd77b811bbb631 to your computer and use it in GitHub Desktop.
Save misterdev/07f6507cd4c01ee5cebd77b811bbb631 to your computer and use it in GitHub Desktop.
10
/* ... */
module.exports = class WebpackGenerator extends Generator {
/* ... */
install() {
// => Installs dependencies using yarn
this.installDependencies({
npm: false,
yarn: true,
bower: false
});
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment