mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
build: remove deprecated babel plugin (#781)
This commit is contained in:
6
.babelrc
6
.babelrc
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user