chore(extension): clean up babelrc (#795)

* chore(extension): clean up babelrc

* Format
This commit is contained in:
Nathan Bierema 2021-08-27 19:53:20 +00:00 committed by GitHub
parent 8c42d03594
commit 04176905c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]]
}