mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-12 04:37:06 +03:00
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
{
|
|
"presets": [ ["env", { "modules": "commonjs" }], "react", "flow" ],
|
|
"plugins": [ "transform-class-properties", "transform-object-rest-spread", "add-module-exports", "transform-decorators-legacy" ]
|
|
}
|