You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a similar issue with @swc-node/register. After debugging, I believe it was introduced on 1d557ecaf643b8. From 1.5.6 and onwards it's setting a default swc config during compilation.
In my case, running with SWCRC=true ...... solves the problem because it forces it to use the config in .swcrc.
After upgrading from
1.5.5
to1.6.2
I get next error related to legacyDecorators:The source problem of the issue:
@swc-node/jest
options to swc options@swc-node/jest
optionsswc
property it overrides the wholejsc
setup in the first piece of code.The log of the input options and result options are following:
Possible solution
Either use deepMerge to merge all of the options or use another way to provide defaults from tsconfig file
The text was updated successfully, but these errors were encountered: