svrjs-nextjs-website/.swcrc
Dorian Niemiec f861bdfed8
Some checks failed
Deploy Next.js application / deploy (push) Failing after 20m21s
fix: fix broken Sanity Studio by reconfiguring SWC
2024-09-08 18:54:00 +02:00

7 lines
No EOL
87 B
Text

{
"jsc": {
"keepClassNames": true,
"target": "es2017"
},
"minify": true
}