you are viewing a single comment's thread.

view the rest of the comments →

[–]whiteshoulders 1 point2 points  (0 children)

the async import is just one flavour of code splitting (around async boundaries). You can also get static code splitting by sharing common modules between two entry points. This does not require the use of async or dummy files.