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
webpack-dev-server/client is included twice and the second time without the correct options leading to needless errors in the console and failed network calls when a path is specified:
Do you want to request a feature or report a bug?
Report a bug
What is the current behaviour?
webpack-dev-server/client
is included twice and the second time without the correct options leading to needless errors in the console and failed network calls when a path is specified:If the current behaviour is a bug, please provide the steps to reproduce.
What is the expected behaviour?
I expect it to only be included once and with the correct options.
If this is a feature request, what is motivation or use case for changing the behaviour?
Please mention other relevant information.
See: webpack/webpack-dev-server#711
It seems like we can just remove the whole block from
webpack-client-config.js
:Please paste the results of
preact info
here.The text was updated successfully, but these errors were encountered: