Hacker News new | ask | show | jobs
by 8n4vidtmkvmk 1328 days ago
is it that unrealistic? dev mode is what i care most about. its ok if deploys are a little slower. 30k files probably means editing 1 file which triggers rebuilding the whole bundle... if that includes node modules it can probably hit 30k pretty easily
2 comments

The benchmark is measuring HMR specifically. You've already dev-served your app, now you make a change... Which builder is faster?

It's important to get all the speed gain we can, Angular (webpack) is really slow at rebuilding when you save changes, this would be a life-saver, but no dev is ever watching 30k files at once.

Or if you just start with an empty cache, or if you come back from vacation and pull several weeks worth of changes… certainly a real use case