mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
130a47f42c
swc_ecma_transforms_module: - Add `ignoreDyanmic`.
13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es2017",
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"topLevelAwait": true
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs",
|
|
"ignoreDynamic": true
|
|
}
|
|
} |