Replies: 1 comment
-
For those reading this, I was not able to fix this issue with My final
with
and
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm adding Vitest (v2) to one of my legacy react app (webpack + commonjs) and I receive this error when running the tests:
my_library
is my own package, and it's built with rollup + commonjs plugin. What option can I use to make it output dynamic imports instead of requires when importing an ES Module?Beta Was this translation helpful? Give feedback.
All reactions