mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-01 12:14:29 +03:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
|
{
|
||
|
"presets": [ ["env", {
|
||
|
"targets": {
|
||
|
"firefox" : 56,
|
||
|
"chrome" : 64
|
||
|
}
|
||
|
}], "react", "flow"],
|
||
|
"plugins": [ "transform-class-properties", "transform-object-rest-spread", "add-module-exports", "transform-decorators-legacy" ]
|
||
|
}
|