Replies: 1 comment
-
@trokohl Please format your issue using the issue template, respect time of other developers, thank you, then you fix it I will convert it again to issue, now it is a discussion |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
After update webpack from 5.99.9 to 5.101.0
the following error occurs when using code splitting
Uncaught SyntaxError: The requested module 'GeneratedResources/JavaScript/shared.js' doesn't provide an export named: 'default'
(if i switch back, the error disapears)
export default __webpack_require__;
is missing in the build file.
Beta Was this translation helpful? Give feedback.
All reactions