-
My {
"$schema": "https://swc.rs/schema.json",
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false,
"decorators": true,
"dynamicImport": true,
"preserveAllComments": false,
"topLevelAwait": true,
"resolveFully": true
},
"target": "esnext"
},
"module": {
"type": "es6"
},
"minify": true,
"sourceMaps": true,
"isModule": true
} and the command i build my project with is but when i try to run it it errors out with this:
What can cause this? |
Beta Was this translation helpful? Give feedback.
Answered by
Larsundso
Jul 7, 2024
Replies: 2 comments
-
Can you file an issue with a reproduction? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Solved with #9174 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Larsundso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved with #9174