We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
npm start
host
Live reload should work without host set for Safari like it does for Chrome.
I guess the question is what's different in Safari.
It doesn't work at the moment.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
) ifhost
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.
The text was updated successfully, but these errors were encountered: