babel-preset-crocodile

This is an opinionated Babel configuration for CrocodileJS

MIT 1 个版本
安装
npm install babel-preset-crocodile
yarn add babel-preset-crocodile
pnpm add babel-preset-crocodile
bun add babel-preset-crocodile
README

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

版本列表
1.0.0 2016-07-26