babel-preset-crocodile

1.0.0 • Public • Published

babel-preset-crocodile

Slack Status MIT License

This is an opinionated Babel configuration for CrocodileJS.

It adds the presets es2015 and stage-0 for you!

Install

First add the configuration to your package.json file:

npm i --save-dev babel-preset-crocodile

Then create a new file called .babelrc, and its contents should be:

{
  "presets": [ "crocodile" ]
}

That's it! Of course you will need to know how to use Babel from here.

License

MIT License

/babel-preset-crocodile/

    Package Sidebar

    Install

    npm i babel-preset-crocodile

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • niftylettuce
    • titanism