joyce/.babelrc

8 lines
125 B
Plaintext
Raw Normal View History

2017-11-05 15:45:15 +00:00
{
"presets": ["env", "react", "stage-3"],
"env": {
"test": {
"plugins": ["transform-es2015-modules-commonjs"]
}
}
2017-11-05 15:45:15 +00:00
}