react-scripts-plugin-babelrc
v1.1.0
Published
Babelrc Plugin for Create React App
Downloads
3
Readme
Babelrc Plugin for Create React App
Enable .babelrc
in your CRA app.
Install
yarn add -D react-scripts-plugin-babelrc
Add to cra.config.js
module.exports = {
plugins: ['babelrc'],
};
Compatability
The official Create React App does not have a supported plugin system. This plugin is compatable with the following forks: