babel-preset-es2015-riot

1.1.0 • Public • Published

The default riot babel preset

Build Status

This preset includes all the default babel es2015 plugins Allowing the use of the es2015 modules also in any riot tag

Installation

$ npm install babel-preset-es2015-riot --save-dev

Usage

Add a .babelrc file in the root of your project

{
  "presets": [ "es2015-riot" ]
}

If you want to use the babel helpers you must change the .babelrc file in this way:

{
  "presets": [ "es2015-riot" ],
  "plugins": [ "external-helpers-2" ]
}

Readme

Keywords

Package Sidebar

Install

npm i babel-preset-es2015-riot

Weekly Downloads

279

Version

1.1.0

License

MIT

Last publish

Collaborators

  • gianlucaguarini