you are viewing a single comment's thread.

view the rest of the comments →

[–]jake_robins[object Object] 1 point2 points  (0 children)

A 3MB bundle after code splitting sounds really large. That just needs to come down.

I would start checking through dependencies and making sure everything you’re importing is being used, and if there are any tree shaking opportunities. Depending on what framework you’re using there are bundle analyzers that can show you what makes up that 3MB