Commit d4a26a56 authored by Nate Wienert's avatar Nate Wienert Committed by GitHub

fix: make swc not break WalletConnect by targeting a newer version of es (#7139)

parent 12493713
{ {
"$schema": "https://json.schemastore.org/swcrc", "$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": { "jsc": {
"keepClassNames": true, "keepClassNames": true,
"experimental": { "experimental": {
......
...@@ -58,9 +58,8 @@ ...@@ -58,9 +58,8 @@
}, },
"browserslist": { "browserslist": {
"production": [ "production": [
">0.2%", ">0.5%",
"not dead", "not dead"
"not op_mini all"
], ],
"development": [ "development": [
"last 1 chrome version", "last 1 chrome version",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment