mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 12:17:18 +03:00
16 lines
315 B
Plaintext
16 lines
315 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env", "@babel/preset-react", "@babel/preset-flow"
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-transform-runtime", {
|
|
"regenerator": true
|
|
}],
|
|
[
|
|
"@babel/plugin-proposal-decorators",
|
|
{ "legacy": true }
|
|
],
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
}
|