1.0.4 • Published 7 years ago
generator-babelrc v1.0.4
generator-babelrc
generator-babel creates .babelrc file with support for react plugins and installs the needed packages.
Install
npm install --global generator-babelrcUsage
yo babelExtending generator
this.composeWith(require.resolve('generator-babelrc'), {
/* options */
});Options
- destination (String, default '') destination path for .babelrc file.
- react (Boolean, default false) include react support.