Skip to content

Webpack dev-server with live-reload #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

Closed
arsenys opened this issue Oct 26, 2016 · 6 comments
Closed

Webpack dev-server with live-reload #20

arsenys opened this issue Oct 26, 2016 · 6 comments

Comments

@arsenys
Copy link

arsenys commented Oct 26, 2016

Need to rerun npm task on every change. Is it possible to implement webpack-server to hot inject the changes?

@sonicoder86
Copy link
Owner

Added this functionality here b135d40

@bruno-preti-glb
Copy link

Is it me or it doesn't show the changes in a template after reloading?

@sonicoder86
Copy link
Owner

No, it is not working for me either.
Related issue: angular/angular-cli#3084

@sonicoder86 sonicoder86 reopened this Nov 9, 2016
@sonicoder86
Copy link
Owner

sonicoder86 commented Nov 9, 2016

Added some live-reload goodness manually with chokidar to npm start : 25f611d

It works fine with ngc, but doesn't solve issue the with the Webpack plugin.

@paulocoutinhox
Copy link

Could you help e with a related issue?
https://www.youtube.com/watch?v=mQ0-C3uJpfg&feature=youtu.be

Thanks.

@sonicoder86
Copy link
Owner

Now it works also with the Webpack plugin and manual watching with ngc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants