Webpack harmony import error in loadModule #13790
Unanswered
Pearce-Ropion
asked this question in
Q&A
Replies: 1 comment 9 replies
-
|
Can you provide example of the problem (repo)? |
Beta Was this translation helpful? Give feedback.
9 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.
-
Hello,
I am working on upgrading to webpack 5 (from 4) and have run into an issue while building for production using the node API. The issue does not occur in development.
Based on this issue, I thought that the issue may have been caused by a webpack version mismatch within my node_modules however, after confirming that only 1 version of webpack (^5.35.0) was installed, the issue persists
I've been banging my head against the wall for a few days on this, any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions