Where the heck UMD browser builds gone? #14069
Closed
umutfahriozkan
started this conversation in
Proposals
Replies: 0 comments
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.
-
In react router v6 i was able to put react-router on client-side with
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/react-router-dom.production.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/react-router.production.min.js"></script>but in v7 react-router-dom removed and react-router builds are seperated to chunks which is impossible
pls add umd single file builds to react-router (dom)
i dont want to go back v6
thx
Beta Was this translation helpful? Give feedback.
All reactions