Merge branch 'master' into renovate/webpack-cli-4.x

This commit is contained in:
Nathan Bierema 2021-08-27 19:54:03 +00:00 committed by GitHub
commit 2e4e9f2dc1
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"]]
}