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",
// 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",
......
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