build: remove deprecated babel plugin (#781)

This commit is contained in:
Trim21
2024-08-14 05:25:38 +08:00
committed by GitHub
parent 3ef7c7f19c
commit e40881c62e
3 changed files with 1 additions and 13 deletions

View File

@@ -4,9 +4,5 @@
"@babel/typescript",
["@babel/react", {"runtime": "automatic", "importSource": "@emotion/react"}]
],
"plugins": [
["@babel/plugin-proposal-decorators", {"legacy": true}],
["@babel/plugin-proposal-class-properties", {"loose": false}],
"@emotion/babel-plugin"
]
"plugins": [["@babel/plugin-proposal-decorators", {"legacy": true}], "@emotion/babel-plugin"]
}