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
What is the expected behavior?
Is it possible to access DevServer instances from the Webpack plug-in somehow? I want to send custom events from server to client.
This is totally possible with Vite.js, but wonder if there is also a way with Webpack.
What is motivation or use case for adding/changing the behavior?
How should this be implemented in your opinion?
A new hook is provided in the plugin to access devServer
Are you willing to work on this yourself?
The text was updated successfully, but these errors were encountered:
Hey @fightwithtiger 👋,
I was just going through the issues section and found this interesting, also checked the Vite approach in the link that u shared.
I just wanted to know the use case of this feature. How this will be helpful for the developer experience so that I can explore more and try to think of a solution.
Feature request
What is the expected behavior?
Is it possible to access DevServer instances from the Webpack plug-in somehow? I want to send custom events from server to client.
This is totally possible with Vite.js, but wonder if there is also a way with Webpack.
What is motivation or use case for adding/changing the behavior?
How should this be implemented in your opinion?
A new hook is provided in the plugin to access devServer
Are you willing to work on this yourself?
The text was updated successfully, but these errors were encountered: