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