redux-scc/.babelrc

5 lines
151 B
Plaintext
Raw Normal View History

2016-09-21 00:58:31 +08:00
{
2017-01-03 23:02:04 +08:00
"presets": ["es2015", "react"],
2016-11-17 04:02:24 +08:00
"plugins": ["transform-es2015-modules-commonjs", "transform-object-rest-spread", "transform-flow-strip-types"]
2016-09-21 00:58:31 +08:00
}