You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what the codebase currently looks like (using npx -y source-map-explorer 'build/static/js/*.js'):
A large chunk of the dependencies are for bakeryjs (which will all appears as part of the bakery dependency once we upgrade to 1.2.0).
Look into reducing the size and add lazy loading of charting dependencies to reduce the initial bundle size.
We built a doughnut chart for maas-ui that doesn't require d3 (though we'd also need to change how the topology component works as that uses d3 as well).
Look into reducing the size and add lazy loading of charting dependencies to reduce the initial bundle size.
The text was updated successfully, but these errors were encountered: