Look into tree shaking with the component folder #1059
Labels
🕵️♀️ investigation
This is more about investigation than doing
🛠 technical
Technical stuffs like reducing debt, refactor or improve code base
With
next build
we see that theFirst Load JS shared by all
is pretty big, 173kB at the moment of writing. By analysing the client side bundle, it seems like every component from the component folder is added to the bundle. This might be because of missing tree shaking with the barrel file approach in the component folder. Also possible related.We should look into this and see if there's room for improvements.
The text was updated successfully, but these errors were encountered: