You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: