chore: Fix swc config.

This commit is contained in:
Sam 2022-08-23 13:16:31 +02:00
parent fd8345e5de
commit 67912a5d49
No known key found for this signature in database
GPG Key ID: D004126FCD1A6DF0

2
.swcrc
View File

@ -7,7 +7,7 @@
"dynamicImport": true,
"topLevelAwait": true
},
"target": "es2022",
"target": "es2020",
"keepClassNames": true,
"transform": { "react": { "runtime": "classic" } }
},