How to build UMD version from ESM RTK 2.0+ #5017
Unanswered
rhinojosadev
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Could you explain a bit why you need a UMD bundle? |
Beta Was this translation helpful? Give feedback.
2 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 have an use case where I need to use the RTK 2.0 but I need to use the UMD modules.
What I was trying to do was converting the redux-toolkit.modern.mjs to UMD but there are still dependencies that are not getting resolved like "redux", "immer", "reselect", "redux-thunk".
Is there another way to generate all of the dependencies and converting them to UMD, so if a newer version comes, I don't need to resolve each module manually?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions