babel-preset-all

0.0.2 • Public • Published

babel-preset-all

In this repo I store my babel configuration for easier access and sharing between projects.

To install it, do:

$ npm install --save-dev romeovs/babel-preset-all

To use the preset, add the following to your .babelrc:

{
  "presets": [
    "all"
  ]
}

Or, if you want to use the .babelrc directly:

$ cp node_modules/babel-preset-all/.babelrc .

Readme

Keywords

Package Sidebar

Install

npm i babel-preset-all

Weekly Downloads

2

Version

0.0.2

License

ISC

Last publish

Collaborators

  • romeovs