This repository was archived by the owner on Aug 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
This repository was archived by the owner on Aug 8, 2019. It is now read-only.
what is the entry chunk runtime mean #112
Open
Description
https://github.com/webpack/docs/wiki/code-splitting
An entry chunk contains the runtime plus a bunch of modules.
I want to know more about the runtime. what is the runtime mean?
It's possible to configure multiple entry points that will result in multiple entry chunks. The entry chunk contains the runtime and there must only be one runtime on a page (there are exceptions).
why multi runtime will cause exceptions
Activity
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Priority
None yet