fix: fix broken Sanity Studio by reconfiguring SWC
Some checks failed
Deploy Next.js application / deploy (push) Failing after 20m21s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 20m21s
This commit is contained in:
parent
300fa0f533
commit
f861bdfed8
1 changed files with 3 additions and 8 deletions
11
.swcrc
11
.swcrc
|
@ -1,12 +1,7 @@
|
||||||
{
|
{
|
||||||
"env": {
|
"jsc": {
|
||||||
"targets": [
|
"keepClassNames": true,
|
||||||
"chrome 64",
|
"target": "es2017"
|
||||||
"edge 79",
|
|
||||||
"firefox 67",
|
|
||||||
"opera 51",
|
|
||||||
"safari 12"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"minify": true
|
"minify": true
|
||||||
}
|
}
|
Loading…
Reference in a new issue