1.1.0 • Published 7 years ago
react-scripts-plugin-babelrc v1.1.0
Babelrc Plugin for Create React App
Enable .babelrc in your CRA app.
Install
yarn add -D react-scripts-plugin-babelrcAdd 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: