Hacker News new | ask | show | jobs
by throwaway894345 1883 days ago
I wasn’t a frontend developer, so I’m not familiar with the details, but it seemed to be pretty slow from the start, but compounded as our app grew in size. I.e., there was some large coefficient associated with our web pack configuration.
1 comments

How large was the bundle at the end? I'm not going to claim that webpack is fast for large applications, but I've never seen a build take longer than 3 minutes and this is for applications where our own source code was at the MB scale.
I don’t recall. We split it into multiple bundles in hopes of improving speed, but I don’t know the sizes in any case.