0.0.1 • Published 8 years ago

babel-preset-f-yeah v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

babel-preset-f-yeah

Babel preset including es2015, es2016, es2017 and stage-0 so you can enjoy JavaScript with all of its latest (and experimental) features. Also includes react to allow both JSX and Flow syntax.

Install

Using Yarn:

yarn add Lapixx/babel-preset-f-yeah --dev

Or npm:

npm install --save-dev Lapixx/babel-preset-f-yeah

Configuration

This preset takes no options.

Simply add it to your .babelrc file:

{
    "presets": ["f-yeah"]
}

Or when using the CLI:

babel app.js --presets f-yeah