mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
1b2e6706bd
swc: - Ensure that #2154 is not the case. (#2154) node_swc: - Verify `sourceMaps: true` in `.swcrc`. (#2120, #2194)
11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
{
|
|
"env": {
|
|
"shippedProposals": true
|
|
},
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"jsx": true
|
|
}
|
|
}
|
|
} |