0.1.25 • Published 2 years ago

@atir-naveed-geeksltd/babel-config-react v0.1.25

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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