@atir-naveed-geeksltd/babel-config-react
v0.1.25
Published
Basic babel config for simple react app
Downloads
30
Readme
Babel Config for React Apps
Babel configuration recommended by Medly for react based web applications
Shared Babel config
Install
yarn add -D @atir-naveed-geeksltd/babel-config-react
Usage
Add below code in your package.json
{
"babel": {
"extends": "@atir-naveed-geeksltd/babel-config-react"
}
}
Default config
You can view the default config here