- Previously all the modules from d3 were put inside a monolithic chunk during build, this aims to split that chunk up by components (not 100% but still a considerable improvement).
- All locales were also imported into the main chunk, this aims to have only
en-US
locale imported into the main chunk, while other locales are dynamically imported (needs improvement)