8000 92% · Issue #3657 · angular/angular-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

92% #3657

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

Closed
elvisbegovic opened this issue Dec 20, 2016 · 2 comments
Closed

92% #3657

elvisbegovic opened this issue Dec 20, 2016 · 2 comments

Comments

@elvisbegovic
Copy link
Contributor

I use cli v.22-1

I will have big project. actually I have lazyloading for 20 or 30 modules... when I do ng serve or ng build with --aot option ... the cli take a long until finish, it wait at 92%
I think chunks generating (it takes 5mn) ...
My project will be more bigger 100-200lazyloading modules and I'm scared if this will take 1 hours to generate project....

when cli finish generating with AOT, my project works without error... and I wonder if this is normal or how can I know if something in my code is blocking this step ?

@hansl
Copy link
Contributor
hansl commented Dec 21, 2016

Unfortunately this is the feedback that webpack provides. Chunk optimization is slow for even smaller apps than yours, and it is up to the webpack project to make it faster, since the CLI itself does not have control over that step.

In general, as a word of advice, I would not use AOT locally but only when you're ready to ship to production.

We have various tracking issues for build and install times. We're always trying to improve on those fronts, so there is some hope. But I'm going to close this particular issue as WAI.

@hansl hansl closed this as completed Dec 21, 2016
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0