Skip to content

Split bundles from dynamic imports are being injected. #34

@Blitzy

Description

@Blitzy

I discovered this started happening specifically in the transition from 1.6.1 -> 1.7.0

This is what my index.html bundle injection looked like in 1.6.1:
image

When it upgraded to 1.7.0 it started injecting every single bundle generated, not just the entry point:
image

Right now I'm working around this issue by just forcing the use of 1.6.1 in my package.json. This is in essence breaking the use of dynamic imports with rollup.

Here's what the config of the plugin looks like in my rollup.config.js:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions