webpack-plugin-serve icon indicating copy to clipboard operation
webpack-plugin-serve copied to clipboard

In Safari, live reload fails if host is not set

Open bebraw opened this issue 4 years ago • 0 comments

  • 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.

bebraw avatar Mar 01 '21 08:03 bebraw