When configuring remote as an application in react production environment, HMR fails. #3443
Unanswered
handsomepear
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, @handsomepear. I've encountered a similar issue with vue, the host react instance probably has to be run in dev mode (in vue running in This is not recommended for your production app, but may be useful as a preprod app. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like this in the host application:
When developing in a local environment, HMR fails. This may be because the shared react is a production product. How can I solve this problem and make HMR available? I am using rsbuild.
Beta Was this translation helpful? Give feedback.
All reactions