1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Step 2: Remove the decorator

This commit is contained in:
Travis Ralston
2022-03-02 13:49:44 -07:00
parent 997d6d40bf
commit 15b84bd9a6
6 changed files with 6 additions and 74 deletions

View File

@ -13,7 +13,6 @@ module.exports = {
"@babel/preset-react",
],
"plugins": [
["@babel/plugin-proposal-decorators", {legacy: true}],
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-class-properties",