mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
476e37a875
* Add redux-slider-monitor * Fix example configuration of redux-slider-monitor * Fix lint errors * CI: Run build:all before lint
11 lines
137 B
Plaintext
Executable File
11 lines
137 B
Plaintext
Executable File
{
|
|
"presets": [
|
|
["es2015", { "modules": false }],
|
|
"stage-0",
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"react-hot-loader/babel"
|
|
]
|
|
}
|