Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

what is the entry chunk runtime mean #112

Open
honchy opened this issue May 11, 2018 · 1 comment
Open

what is the entry chunk runtime mean #112

honchy opened this issue May 11, 2018 · 1 comment

Comments

@honchy
Copy link

honchy commented May 11, 2018

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

@meetDeveloper
Copy link

Can someone answer?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants