Merge remote-tracking branch 'reduxjs/renovate/webpack-cli-4.x' into renovate/webpack-cli-4.x

This commit is contained in:
Nathan Bierema 2021-08-27 15:59:59 -04:00
commit ef2a274699

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