swc/tests/fixture/shopify/005-no-module/input/.swcrc
Donny/강동윤 656f3e944d
fix(swc): Fix swc as a crate (#2376)
swc_ecma_transforms_typescript:
 - Don't drop imports from `react`.
2021-10-08 03:38:11 +00:00

16 lines
256 B
Plaintext

{
"jsc": {
"parser": {
"syntax": "ecmascript",
"jsx": true
},
"transform": {
"hidden": {
"jest": true
}
}
},
"env": {
"chrome": "50"
}
}