webpack-plugin-serve
webpack-plugin-serve copied to clipboard
In Safari, live reload fails if host is not set
- Original Issue: https://github.com/survivejs/webpack-book/issues/343
- Webpack Version: 5.x
- Operating System (or Browser): MacOS Big Sur
- Node Version: 12 or newer
- webpack-plugin-serve Version: 1.3.0
How Do We Reproduce?
I have the example project at https://github.com/survivejs-demos/webpack-demo .
According to @superandrew, live reload fails in the development set up (npm start) if host isn't set for webpack-plugin-serve.
Expected Behavior
Live reload should work without host set for Safari like it does for Chrome.
I guess the question is what's different in Safari.
Actual Behavior
It doesn't work at the moment.