swc/tests/fixture/shopify/003-env/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

14 lines
205 B
Plaintext

{
"jsc": {
"parser": {
"syntax": "ecmascript",
"jsx": true
}
},
"module": {
"type": "commonjs"
},
"env": {
"chrome": "50"
}
}