Listen for hot update events on the client side with webpack-dev-derver?
问题 This is a bit of an edge case but it would be helpful to know. When developing an extension using webpack-dev-server to keep the extension code up to date, it would be useful to listen to "webpackHotUpdate" Chrome extensions with content scripts often have two sides to the equation: Background Injected Content Script When using webpack-dev-server with HMR the background page stays in sync just fine. However content scripts require a reload of the extension in order to reflect the changes. I