Skip to content

ariporad/babel-preset-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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