Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 493 Bytes

2022-11-23-remove-vendor-chunk-and-optimize-code-splitting.md

File metadata and controls

12 lines (12 loc) · 493 Bytes
title issue author author_email author_github
Remove vendor chunk and optimize code splitting
NEXT-21612
Jannis Leifeld
j.leifeld@shopware.com
Jannis Leifeld

Administration

  • Changed sw-chart and sw-code-editor to async components
  • Changed the initial startup file to src/index.ts which combines src/core/shopware and src/app/main
  • Removed 'runtime-vendor' chunk to optimize code splitting
  • Removed entrypoint commons which gets now loaded via the src/index.ts