Is it possible to somehow access the DevServer instance from a Webpack plugin? I would like to send a custom event from the server to the client (e.g. after a specific file change).
I saw that this is totally possible with Vite.js, but wonder if there is also a way with Webpack.