mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-06 15:30:30 +08:00
fix: Change swc react transform to classic runtime.
This commit is contained in:
parent
7601913cef
commit
55bb5c927e
2
.swcrc
2
.swcrc
@ -8,7 +8,7 @@
|
||||
},
|
||||
"target": "es2020",
|
||||
"keepClassNames": true,
|
||||
"transform": { "react": { "runtime": "automatic" } }
|
||||
"transform": { "react": { "runtime": "classic" } }
|
||||
},
|
||||
"module": {
|
||||
"type": "es6",
|
||||
|
@ -7,7 +7,7 @@
|
||||
},
|
||||
"target": "es2020",
|
||||
"keepClassNames": true,
|
||||
"transform": { "react": { "runtime": "automatic" } }
|
||||
"transform": { "react": { "runtime": "classic" } }
|
||||
},
|
||||
"module": {
|
||||
"type": "es6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user