Bundle is missing module files following react 18 upgrade #1717
Unanswered
SensationSama
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to determine if I need to modify my rollup config to accommodate bunding the react-draggable module with react 18. Files that were bundling fine in react 17 are missing in the react 18 bundle.
Before the upgrade the resulting bundle index.js includes all module files (react 17)
After the upgrade the resulting bundle index.js tries to point to files which are not part of the bundle and therefore do not exist (react 18)
Beta Was this translation helpful? Give feedback.
All reactions