mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
28398280f7
swd_bundler: - Handle reexports spack: - Do not transform files from node_modules
11 lines
158 B
Plaintext
11 lines
158 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es2016",
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"dynamicImport": true,
|
|
"exportNamespaceFrom": true
|
|
}
|
|
}
|
|
}
|