Skip to content

Add script to run webpack analyzer

Chocobozzz requested to merge feature/webpack-analyze into master

Open the web browser on this page

screen_2018-11-30-16_05_11

The vendor js file weighs ~ 1.5MB

Suggestions:

  • Remove moment and use another library/core method to format dates or lazy load the locale
  • Only import needed components from vuetify
  • Check where unorm/uslug/katex come from
Edited by Chocobozzz

Merge request reports