mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 13:46:55 +03:00
17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
|
{
|
||
|
"plugins": [
|
||
|
"transform-runtime",
|
||
|
"transform-es3-property-literals",
|
||
|
"transform-es3-member-expression-literals",
|
||
|
"transform-object-rest-spread",
|
||
|
"transform-class-properties"
|
||
|
],
|
||
|
"presets": [[
|
||
|
"env",
|
||
|
{
|
||
|
"loose": true,
|
||
|
"shippedProposals": true
|
||
|
}
|
||
|
], "react"]
|
||
|
}
|