redux-devtools/packages/redux-devtools-trace-monitor/.babelrc
2018-12-13 03:38:25 +02:00

14 lines
310 B
Plaintext

{
"presets": [ ["env", { "modules": "commonjs" }], "react", "flow" ],
"plugins": [
["transform-runtime", {
"polyfill": false,
"regenerator": true
}],
"transform-class-properties",
"transform-object-rest-spread",
"add-module-exports",
"transform-decorators-legacy"
]
}