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
Ref: disabling dynamic imports in CJS build (#1757)
There is a Jest issue on handling dynamic imports that is really
annoying.
I used to apply an approach discussed in this issue:
evanw/esbuild#2651
But now I'm going to apply another approach from the same one, just by
disabling the dynamic imports for CJS, as a cleaner way (in my opinion).
https://esbuild.github.io/api/#supported
0 commit comments