NathanQuinn commented on issue #4727: [webpack] setup lazy loading for all visualizations URL: https://github.com/apache/incubator-superset/pull/4727#issuecomment-386836907 @williaster not sure if you are already familiar with this, but https://github.com/webpack-contrib/webpack-bundle-analyzer useful for deeper insights into the items impacting your bundle size here. Beyond the deck.gl stuff, seems like brace, mathjs, and moment (locale) are most impactful. There may be some opportunity to further optimize those, but would be interested in the webpack 4 upgrade stats before diving in on anything there. Happy to help on this effort once you decide on direction to take this with @mistercrunch. This is the output I got from your branch with the above plugin: 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
