title | issue | author | author_email | author_github |
---|---|---|---|---|
Remove vendor chunk and optimize code splitting |
NEXT-21612 |
Jannis Leifeld |
j.leifeld@shopware.com |
Jannis Leifeld |
- Changed
sw-chart
andsw-code-editor
to async components - Changed the initial startup file to
src/index.ts
which combinessrc/core/shopware
andsrc/app/main
- Removed 'runtime-vendor' chunk to optimize code splitting
- Removed entrypoint
commons
which gets now loaded via thesrc/index.ts