mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-04-25 10:43:43 +03:00
chore(extension): clean up babelrc (#795)
* chore(extension): clean up babelrc * Format
This commit is contained in:
parent
8c42d03594
commit
04176905c6
|
@ -4,8 +4,5 @@
|
||||||
"@babel/preset-react",
|
"@babel/preset-react",
|
||||||
"@babel/preset-typescript"
|
"@babel/preset-typescript"
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [["@babel/plugin-proposal-class-properties"]]
|
||||||
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
|
||||||
["@babel/plugin-proposal-class-properties", { "loose": true }]
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user