-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Outputted chunks size is wrong #15425
Comments
@alan-agius4 Thanks for the quick answer. Do I need to worry about bundle size? Doesn't seem so, but I'm asking anyway. I think an informative message about why ES5 chunks are not shown in the output should be added. |
@lppedd, the actual bundles size shouldn’t vary as the mangling is still happening afterwards. Hence the sizes you are seeing there are not totally correct. |
+1, affecting budgets checks for us, double checked that the resulting file sizes don't match the reported file size. |
Facing a similar issue. Total build size reported by Angular CLI with |
Still seeing this issue with latest |
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. |
Output of
ng build --prod --namedChunks
Real sizes using
webpack-bundle-analyzer
This does not happen with CLI
8.2.2
and Devkit0.802
.The text was updated successfully, but these errors were encountered: