1.3.0 • Published 3 years ago

build-tools-babel v1.3.0

Weekly downloads
28
License
MIT
Repository
github
Last release
3 years ago

npm version

build-tools-babel

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

Install

npm install --save-dev build-tools-babel

Usage

Extend your .babelrc with build-tools-babel

{
  "extends": "build-tools-babel"
}

Then you can run babel as you would normally do, e.g:

npx babel src -d dist

Links