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