Skip to content

Nested files inside externals are still included in bundle #16

@elado

Description

@elado

For example, a package with next as a dependency in package.json, but has an import App from 'next/app' inside it, includes the entire source of next/app instead of treating it as an external.

The workaround is to include next/app as an external in rollup config, manually.

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