mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
ab687a0f98
swc_ecma_minifier: - `sequences`: Don't inline into arrow expression or function expressions. - Inject variables to arrow expressions correctly.
19 lines
456 B
Plaintext
19 lines
456 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es5",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true
|
|
},
|
|
"transform": {
|
|
"react": {
|
|
"runtime": "automatic",
|
|
"pragma": "React.createElement",
|
|
"pragmaFrag": "React.Fragment",
|
|
"throwIfNamespace": true,
|
|
"useBuiltins": true
|
|
}
|
|
},
|
|
"externalHelpers": true
|
|
}
|
|
} |