babel-preset-movio

1.2.1 • Public • Published

babel-preset-movio

Babel preset recommended at Movio.

Install

$ npm install --save-dev babel-preset-movio

Usage

Via .babelrc (Recommended)

.babelrc

{
  "presets": ["movio"]
}

Via CLI

$ babel script.js --presets movio

Via Node API

require("babel-core").transform("code", {
  presets: ["movio"]
});

Plugin list

Syntax plugins

Transform plugins

Note The regenerator transform plugin requires either the Babel Polyfill or the regenerator runtime to work.

Recommended plugins for production (if using React. Not included in preset)

Readme

Keywords

Package Sidebar

Install

npm i babel-preset-movio

Weekly Downloads

5

Version

1.2.1

License

MIT

Last publish

Collaborators

  • augusto.altman
  • kalmanb
  • d4ncer
  • moviown