-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Live reload #33
Comments
hey @raloliver im guessing it's similar to this issue here? #15 this isn't currently utilizing the pipeline to effect where it could take advantage of live reload or more benefits from the full webpack / html webpack plugin system open to ideas if you have any or are more familiar with the inner workings |
@raloliver check out https://github.com/pigcan/extra-watch-webpack-plugin. Live reload is working on the following configuration. My directory structure:
And this is my webpack.config.js plugin:
|
When I use serve from webpack, the live reload does not works when I change a partial file.
The text was updated successfully, but these errors were encountered: