Resolving tree shake issues with MUI icons and Parcel 2 for Node builds
This website is built using MUI and bundled using Parcel. Parcel 2 enables a feature called "scope hoisting" by default. This includes tree shaking capabilities which in theory should resolve imports from their main package only if they are actually used, drastically reducing bundle size.