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
Unfortunately, auto refresh doesn’t work at all in both entrypoints. There are no errors in console, but it doesn’t refresh the page after re-compiling. Looks like it depends on filename but I’m not sure. Is there any way to use webpackHotDevClient for multiple entrypoints?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm trying to add extra entrypoint and use
webpackHotDevClient
. To do so I had to changefilename
template:webpack.config.js
I added my entrypoint in this way:
Unfortunately, auto refresh doesn’t work at all in both entrypoints. There are no errors in console, but it doesn’t refresh the page after re-compiling. Looks like it depends on filename but I’m not sure. Is there any way to use
webpackHotDevClient
for multiple entrypoints?Beta Was this translation helpful? Give feedback.
All reactions