Versions Compared

Key

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

...

Running for DSpace:

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

...