0.7.0 • Published 1 year ago

@medly/babel-config-react v0.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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