graphbrainz/.babelrc

11 lines
196 B
Text
Raw Normal View History

2016-08-08 07:54:06 +00:00
{
2016-12-07 08:23:02 +00:00
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"only": ["scripts/**", "src/**", "test/helpers/**"],
2016-12-07 08:23:02 +00:00
"env": {
"test": {
"plugins": ["istanbul"]
}
}
2016-08-08 07:54:06 +00:00
}