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
{{ message }}
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.
The browser opens correctly, but the server just hangs, waiting for localhost forever. If I start the app without this plugin, I am able to browse to localhost:9001 manually and the server works fine.
The text was updated successfully, but these errors were encountered:
Some webpack plugins (at least webpack-dev-middleware) rely
on the plugin callback array not being modified.
Instead of unhooking the listener when the browser has been opened,
simply perform a no-op after the first function call. This avoids
having to mutate the callback array while still maintaining the old
behaviour.
Fixesbaldore#9Fixesbaldore#11
I'm using this alongside React Storybook to open
localhost:9001
on build.Their
webpack.config
can be seen here.I am extending it with the following simple config:
The browser opens correctly, but the server just hangs, waiting for localhost forever. If I start the app without this plugin, I am able to browse to
localhost:9001
manually and the server works fine.The text was updated successfully, but these errors were encountered: