-
Notifications
You must be signed in to change notification settings - Fork 12k
ng serve --aot serves stale app #2576
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
Comments
Note: I added a commit after the repro commit that would cause AoT to break because I added a |
Closing this as deprecated. We cannot reproduce this and the webpack plugin has improved a lot in the last 3 months. |
I'm still suffering this on beta.30. |
Still the same problem: @angular/cli: 1.1.0 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
El Capitan
Versions.
beta.17 (experimental)
Repro steps.
See this commit: jeffbcross/cli-aot-route-bug@85bd5c6
I just added a route config and a couple of components (though I don't think this is a router-specific issue).
ng serve --aot
src/app/app.module.ts
(i.e. sethomeRoute.component
toItemsComponent
app.module.ts
and save (like add a newline at the end of file)The text was updated successfully, but these errors were encountered: