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

feat: webpack plugin doesn't need all chunk info (150x faster) #735

Merged
merged 2 commits into from
May 8, 2021

Conversation

eliseumds
Copy link
Contributor

I'm currently working on a pretty massive project with hundreds of split points, thousands of modules (plus node_modules), CSS, hot reloading, all the goodies... but LoadablePlugin was taking a very significant amount of time to run (about 1.2s). With these changes it went down to ~7ms.

I'm currently working on a pretty massive project with hundreds of split points, thousands of modules (plus node_modules), CSS, hot reloading, all the goodies... but *LoadablePlugin* was taking a very significant amount of time to run (about 1.2s). With these changes it went down to ~7ms.
@theKashey
Copy link
Collaborator

A good addition to #708

@theKashey theKashey self-requested a review April 2, 2021 21:13
@cizz3007
Copy link

cizz3007 commented Apr 9, 2021

wow

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

Successfully merging this pull request may close these issues.

None yet

3 participants