mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 13:46:55 +03:00
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
|
{
|
||
|
"plugins": [
|
||
|
"transform-object-rest-spread",
|
||
|
"transform-class-properties"
|
||
|
],
|
||
|
"presets": [
|
||
|
"env", "react"
|
||
|
]
|
||
|
}
|