build: add .swcrc
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s

This commit is contained in:
Dorian Niemiec 2024-11-08 20:12:46 +01:00
parent a95984852e
commit aea964894a

7
.swcrc Normal file
View file

@ -0,0 +1,7 @@
{
"jsc": {
"keepClassNames": true,
"target": "es2017"
},
"minify": true
}