Skip to content

WIP: Moved accounts to be a lazy loaded module

David Burke requested to merge account-lazy into dev

Reduces main bundle size by about 1mb by moving accounts into it's own module.

  • Added "account" prefix to all account modules (this made sense to me, but risks broken links)
  • Added home component because the app needs to load fully before it can fetch lazy loaded modules. I don't like this as is.

todo:

  • Move login component to it's own non-lazy module and get rid of home component
  • Find and fix broken links
  • Update tests
  • NS
Edited by David Burke

Merge request reports