mailtrain/client/.babelrc

4 lines
134 B
Text
Raw Normal View History

2017-05-28 16:49:00 +00:00
{
"presets": ["es2015", "stage-1"],
"plugins": ["transform-react-jsx", "transform-decorators-legacy", "transform-function-bind"]
2017-05-28 16:49:00 +00:00
}