0.0.1 • Published 4 years ago

@firmanc/babel-react v0.0.1

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

@firmanc/babel-react

Adds all required dependencies and configurations to use babel in JavaScript projects.

Install

npm install --save-dev @firmanc/babel-react

Usage

Extend your .babelrc with this package

{
  "extends": "@firmanc/babel-react"
}

Then you can run babel by doing the below command:

```bash
npx babel src -d dist