-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Updating ts-loader from 0.8.2 to 0.9.* breaks webpack hot module replacement #321
Comments
Are you able to confirm with what version of 0.9 this broke? 0.9.0 / 0.9.1 / 0.9.2 / 0.9.3 ? |
I have checked boundary versions 0.9.0 and 0.9.3 |
I reverted the change and it worked. So ae824b2 change is the issue. |
which one? |
Cool - that was just an optimisation a community member supplied. I'll plan to back it out in the next release. (or make it opt - in only... not decided). It would be good to have a test that covered this.... |
Feel free to submit a PR BTW - will likely be doing a release later this week |
Released 0.9.4 |
Great, thanks |
I am using this angular2 template
When I updated ts-loader to 0.9.* it broke hot module replacement. Now all modules are rebuilding on every change.
With 0.8.2:
With 0.9.3:
The text was updated successfully, but these errors were encountered: