Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Homepage
  • Item splash pages
  • (Possibly others? Community/Collection splash pages?)

Tools

webpack-bundle-analyzer

Can be used to visualize what is taking up a lot of space in main.js and other bundles

https://www.npmjs.com/package/webpack-bundle-analyzer

Running for DSpace:

  • Install it (globally): npm install -g webpack-bundle-analyzer
  • Run a build and generate stats.json: ng build:stats
  • Start it up!  webpack-bundle-analyzer .\dist\browser\stats.json