-
Notifications
You must be signed in to change notification settings - Fork 11.9k
ng serve automatically rebuilds #10935
Copy link
Copy link
Closed
Labels
area: @angular-devkit/build-angularhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fixneeds: more infoReporter must clarify the issueReporter must clarify the issue
Metadata
Metadata
Assignees
Labels
area: @angular-devkit/build-angularhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fixneeds: more infoReporter must clarify the issueReporter must clarify the issue
Versions
Repro steps
ng serve --aot. (Not tested with non-AOT yet)Observed behavior
Webpack recompiles many times without file changes, which leads to multiple browser refresh. Notice that the hash stays the same.

Desired behavior
Webpack rebuilds only on file changes.
Mention any other details that might be useful (optional)