Does NextJS support ESM? File ... was initialized multiple times
Unanswered
Golden northern bumble bee posted this in #help-forum
Golden northern bumble beeOP
Because it seesm like it doesn't.
I have a library package that has both ESM and CJS exports.
And when I run nextjs, I see in the console:
What does that mean?
I have a library package that has both ESM and CJS exports.
And when I run nextjs, I see in the console:
File unknown was initialized multiple times, likely due to being imported from both CJS and ESM contexts.
What does that mean?