mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 17:46:56 +03:00
f99c76f9d3
* Add react-dock * Remove bundle * fix
5 lines
192 B
Plaintext
5 lines
192 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"]
|
|
}
|