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

what is the entry chunk runtime mean #112

@honchy

Description

@honchy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions