graphbrainz/.babelrc

11 lines
164 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"],
"ignore": "test/**",
"env": {
"test": {
"plugins": ["istanbul"]
}
}
2016-08-08 07:54:06 +00:00
}