babel-preset-f-yeah
v0.0.1
Published
Babel preset including all new and experimental features
Downloads
6
Readme
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