fix: make swc not break WalletConnect by targeting a newer version of es (#7139)
This commit is contained in:
parent
1249371397
commit
d4a26a5610
4
.swcrc
4
.swcrc
@ -1,5 +1,9 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/swcrc",
|
||||
// has to duplicate from package.json, see swc issue: https://swc.rs/docs/configuration/compilation#env
|
||||
"env": {
|
||||
"targets": "> 0.5%, not dead"
|
||||
},
|
||||
"jsc": {
|
||||
"keepClassNames": true,
|
||||
"experimental": {
|
||||
|
@ -58,9 +58,8 @@
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
">0.5%",
|
||||
"not dead"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
|
Loading…
Reference in New Issue
Block a user