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
This is related to #711. If there is webpack-dev-server/client in the entry of a Webpack config, then WDS should just skip adding it and/or display a warning. The same should probably be done for hot/hotOnly. Sometimes, like when using React Hot Loader, you (at the same time) want to:
Use webpack-dev-server CLI
Have inline mode enabled (so that it displays a proper "Project is running at")
Have an entry with webpack-dev-server/client defined in it explicitly
Edit: Just found #616. My proposed solution is different, but the problem is the same, so, it probably makes sense to merge them. Let me know what's preferred.
The text was updated successfully, but these errors were encountered:
This is related to #711. If there is
webpack-dev-server/client
in theentry
of a Webpack config, then WDS should just skip adding it and/or display a warning. The same should probably be done forhot
/hotOnly
. Sometimes, like when using React Hot Loader, you (at the same time) want to:webpack-dev-server
CLIinline
mode enabled (so that it displays a proper "Project is running at")entry
withwebpack-dev-server/client
defined in it explicitlyEdit: Just found #616. My proposed solution is different, but the problem is the same, so, it probably makes sense to merge them. Let me know what's preferred.
The text was updated successfully, but these errors were encountered: