babel-preset-features
v2.1.3
Published
A Babel preset with feature detection
Downloads
40
Maintainers
Readme
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"]
}