mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 21:26:44 +03:00
d6a0e13d3b
From zalmoxisus/remotedev-app/pull/43
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" ]
|
|
}
|