Skip to content

Output ES modules bundlesΒ #173

Description

@prateekbh

Apart for all the amazing automated work and the bundles generated, we should output ES modules bundles with the help of babel-preset-env

{
  "presets": [
    ["@babel/preset-env", {
      "targets": {
        "esmodules": true
      }
    }]
  ]
}

This will help devs ship less javascript if they support shipping these bundles by any possible way.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions