mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
5a6074a081
* chore(*): change prettier hook * Run prettier * Reorder * Fix all the files
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-react"],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-proposal-export-default-from",
|
|
"react-hot-loader/babel"
|
|
]
|
|
}
|