Skip to content
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

No incremental compilation with ng build --watch --configuration development qbm #164

Open
zime-rch opened this issue Jul 19, 2024 · 1 comment

Comments

@zime-rch
Copy link

Hello

If I am in development mode in VSCode and I have started the ng build --watch for qbm, denn if I change a file, it will be recognized and he state that the (1) incremental compilation will be started, after that (2) there is a full compilation.

image

How can I make sure that incremental compilation is really working, otherwise I wait for each changed file a couple of minutes to see the result.

Regards

René

@Mathnstein
Copy link
Collaborator

Ivy full compilation vs incremental are different topics all together. We use full ivy compilation in our build:
Difference between partial and full comp

Incremental is compiling only necessary files that have changes and as the cli states it is doing that - this is the cli handling file hashing and any issues there I would refer to angular help docs on.

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

2 participants