Compile both jsx and tsx broke after packages update #8645
Unanswered
NiestrojMateusz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
until today I used such config to compile both JSX and TSX files:
But after update to
"@swc/core": "1.4.1",
"@swc/jest": "0.2.36",
"swc-loader": "0.2.6",
and run test with
node --expose-gc --no-compilation-cache ./node_modules/.bin/jest --no-cache --verbose false
I've got below for every test.
Anything change in terms of Multiple entries in last updates?
Beta Was this translation helpful? Give feedback.
All reactions