swc/tests/fixture/.issue-1922/case1/input/.swcrc
강동윤 2c52021ed4
fix(es/transforms/module): Fix paths bug. (#2043)
swc_ecma_preset_env:
 - Update compat data.

swc_ecma_transforms_module:
 - Fix `paths`. (#1934, #1935)
2021-08-09 19:21:24 +00:00

9 lines
124 B
Plaintext

{
"env": {
"targets": {
"node": "16"
},
"mode": "entry",
"coreJs": 3
}
}