@medly/babel-config-react
v0.7.0
Published
Basic babel config for simple react app
Downloads
40
Readme
Babel Config for React Apps
Recommended Babel configurations for react based web applications.
Shared Babel config
Install
yarn add -D @medly/babel-config-react
Usage
Add below code in your package.json
{
"babel": {
"extends": "@medly/babel-config-react"
}
}
Default config
To view the default config click here