swc/tests/fixture/issue-1568/case1/input/.swcrc
강동윤 4db24fb7f6
fix(swc): Fix various bugs (#1588)
swc_ecma_transforms_module:
 - Change the order of functions exported as default. (#1568)
 - Handle mixed imports correctly. (#1525)

swc:
 - Ensure that #1581 is fixed. (#1581)
2021-04-18 20:58:30 +00:00

22 lines
330 B
Plaintext

{
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false,
"decorators": false,
"dynamicImport": true
},
"target": "es5",
"loose": true,
"externalHelpers": false
},
"minify": false,
"env": {
"mode": "entry",
"coreJs": 3
},
"module": {
"type": "commonjs"
}
}