redux-devtools/packages/redux-devtools-trace-monitor/.babelrc

14 lines
310 B
Plaintext
Raw Normal View History

{
"presets": [ ["env", { "modules": "commonjs" }], "react", "flow" ],
2018-12-13 04:33:36 +03:00
"plugins": [
["transform-runtime", {
"polyfill": false,
"regenerator": true
}],
"transform-class-properties",
"transform-object-rest-spread",
"add-module-exports",
"transform-decorators-legacy"
]
}