babel-preset-features

A Babel preset with feature detection


Keywords
babel, preset, babel-preset, es6, es2015
License
MIT
Install
npm install babel-preset-features@2.1.3

Documentation

babel-preset-features

A babel preset which does feature detection. This is just babel-features as a preset. It's just a stupidly simple wrapper. If you have an issue, it's probobly with them. (And all credit goes to them as well).

The major version of this package will always correspond to the major version of babel-features that it depends on.

Usage

Just pop this in your .babelrc:

{
  "presets": ["features"]
}

Publish

semantic-release