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": {
|
||||
"targets": [
|
||||
"chrome 64",
|
||||
"edge 79",
|
||||
"firefox 67",
|
||||
"opera 51",
|
||||
"safari 12"
|
||||
]
|
||||
"jsc": {
|
||||
"keepClassNames": true,
|
||||
"target": "es2017"
|
||||
},
|
||||
"minify": true
|
||||
}
|
Loading…
Reference in a new issue