-
Notifications
You must be signed in to change notification settings - Fork 12k
faster with ng serve using native esm #22053
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
Thanks for this feature request. This is actually something that we have been discussing recently and is definitly on our radar of this we want to investigate in the near future. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@alan-agius4 I would very much appreciate if the Angular team could focus, as priority number 1, on improving the performance of ng build, serve, etc, they are crazy slow and need dire attention. |
Just a heads up that we kicked off a community voting process for your feature request. There are 20 days until the voting process ends. Find more details about Angular's feature request process in our documentation. |
Thank you for submitting your feature request! Looks like during the polling process it didn't collect a sufficient number of votes to move to the next stage. We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular's scope, we'd encourage you to collaborate with the community on publishing it as an open source package. You can find more details about the feature request process in our documentation. |
any progress on this ? |
Its probably not taking track cause the naming of the issue isn't obvious. I'm pretty sure a lot of people would like vite build like times. |
Thanks for reporting this issue. This issue is now obsolete due to changes in the recent releases. Please update to the most recent Angular CLI version. If the problem persists after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. |
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. |
🚀 Feature request
Command (mark with an
x
)Description
today with a simple app created by
ng new
, it take 19+second to complete withng server
, that feel really slower.update: cold
ng s
(eg. first time build) take about 1min10s to complete on a HDD disk, 19s is for sub sequenceng s
.Describe the solution you'd like
May take advantage of native esm instead of compile all the dependencies
Describe alternatives you've considered
anything that can may
ng serve
faster on windows,ng build
normally only effect release , butng serve
about about develop time , a reasonable time is <= 6sThe text was updated successfully, but these errors were encountered: