Skip to content

module/nomodule optimization #3

@leodr

Description

@leodr

Next.js has an optimization called Module/nomodule which basically produces 2 separate bundles, one with ESM and ES6 for browsers that support it and one without ESM and more polyfills for older browsers.

We could also implement something similar in chayns-toolkit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions