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
My workaround would probably be to add a static port to all my single-spa applications/libraries, but if this issue can't be solved without that, I guess an option to set a static port should be added to the creation wizard of create-single-spa.
The text was updated successfully, but these errors were encountered:
When I change the start script to contain a port (start": "webpack serve --port 8080"), everything works again.
It has probably something to do with the fixes in webpack-cli/serve as seen in the changelog: https://github.com/webpack/webpack-cli/blob/master/packages/serve/CHANGELOG.md
My workaround would probably be to add a static port to all my single-spa applications/libraries, but if this issue can't be solved without that, I guess an option to set a static port should be added to the creation wizard of create-single-spa.
The text was updated successfully, but these errors were encountered: