Update .swcrc
This commit is contained in:
parent
6d39a5886c
commit
735ba70fe5
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"jsc": {
|
||||
"parser": {
|
||||
"syntax": "typescript",
|
||||
"tsx": true,
|
||||
"decorators": true,
|
||||
"dynamicImport": true
|
||||
},
|
||||
"transform": {
|
||||
"react": {
|
||||
"runtime": "automatic",
|
||||
"development": false,
|
||||
"refresh": true
|
||||
},
|
||||
"optimizer": {
|
||||
"globals": {
|
||||
"vars": {
|
||||
"__DEBUG__": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"target": "es2020",
|
||||
"loose": false,
|
||||
"externalHelpers": false,
|
||||
"keepClassNames": true
|
||||
},
|
||||
"minify": true
|
||||
}
|
||||
Loading…
Reference in New Issue