Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Support static ES module build with external deps #259

@guybedford

Description

@guybedford

This use case is tricky because we can't just modify a single exports object like the dynamic formats, but need some way to outputting the correct named exports. This type of analysis is actually more like what is done in Rollup, so the implementation suggestion here is to initially only support this for ES-module-only SFX bundles which are fully-rollup managed. Then this would be pending #205.

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