mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-12 04:37:06 +03:00
14 lines
310 B
Plaintext
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"
|
|
]
|
|
}
|