swc/tests/fixture/module/ignore-dynamic/.swcrc
Donny/강동윤 130a47f42c
feat(es/transforms/module): Add an option to preserve dynamic imports (#2441)
swc_ecma_transforms_module:
 - Add `ignoreDyanmic`.
2021-10-15 19:19:14 +09:00

13 lines
231 B
Plaintext

{
"jsc": {
"target": "es2017",
"parser": {
"syntax": "ecmascript",
"topLevelAwait": true
}
},
"module": {
"type": "commonjs",
"ignoreDynamic": true
}
}