Skip to content

Reduce main.js and style.css bundle sizes

fixes #276 (closed)

From the images below you can see a reduction in the bundle sizes:

  • main.js, related to removing unused angular modules (mostly MatInputModule)
  • style.js, related to removing double reference to mat-core mixin and removal of unused material components

Bundle Sizes Before Screen_Shot_2021-09-14_at_11.30.00_AM

Bundle Sizes After Screen_Shot_2021-09-14_at_11.33.09_AM

Merge request reports