fix: fix broken Sanity Studio by reconfiguring SWC
Some checks failed
Deploy Next.js application / deploy (push) Failing after 20m21s

This commit is contained in:
Dorian Niemiec 2024-09-08 18:54:00 +02:00
parent 300fa0f533
commit f861bdfed8

11
.swcrc
View file

@ -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
} }