mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 15:10:45 +03:00
14 lines
311 B
Plaintext
14 lines
311 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"
|
|
]
|
|
}
|