mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
["es2015", { "modules": false }],
|
||
|
"stage-0",
|
||
|
"react"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"react-hot-loader/babel"
|
||
|
]
|
||
|
}
|