You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Features; What is the motivation and/or use-case for the feature?
Hi,
Is there a way to monitor another dev server running on local and reload the current app together with it?
I use module federation plugin on Webpack 5 and it's running different apps from local.
For example the container app is running on localhost:3000 and a child app is running on localhost:3001 with both running on webpack dev server.
If I made a change on the the app on 3001, then it will reload. But I want to find a way to reload the app on 3000 at the same time.
Any suggestions on this?
Thanks
CJ
The text was updated successfully, but these errors were encountered:
For Features; What is the motivation and/or use-case for the feature?
Hi,
Is there a way to monitor another dev server running on local and reload the current app together with it?
I use module federation plugin on Webpack 5 and it's running different apps from local.
For example the container app is running on localhost:3000 and a child app is running on localhost:3001 with both running on webpack dev server.
If I made a change on the the app on 3001, then it will reload. But I want to find a way to reload the app on 3000 at the same time.
Any suggestions on this?
Thanks
CJ
The text was updated successfully, but these errors were encountered: