chore(extension): clean up babelrc

This commit is contained in:
Nathan Bierema 2021-08-27 15:25:12 -04:00
parent 8c42d03594
commit 54e8cadcd4

View File

@ -5,7 +5,6 @@
"@babel/preset-typescript" "@babel/preset-typescript"
], ],
"plugins": [ "plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }], ["@babel/plugin-proposal-class-properties"]
["@babel/plugin-proposal-class-properties", { "loose": true }]
] ]
} }