mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +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-typescript"
|
||||
],
|
||||
"plugins": [
|
||||
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
||||
["@babel/plugin-proposal-class-properties", { "loose": true }]
|
||||
]
|
||||
"plugins": [["@babel/plugin-proposal-class-properties"]]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user