-
I'm facing a discrepancy between my development and production builds. The production build unexpectedly includes jsxdev syntax, leading to runtime errors. Although using jiti as a transpiler can mitigate this issue, I'd like to explore other approaches to eliminate the need for jiti. use entrypointLoader: 'jiti',remove entrypointLoader: 'jiti', |
Beta Was this translation helpful? Give feedback.
Answered by
1natsu172
Jul 28, 2024
Replies: 1 comment 1 reply
-
@yebei199 The issue with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yebei199
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@yebei199 The issue with
jsxDev
in production might be the same as this one(#873). Is your error message the same?