Skip to content

Output ES modules bundles #173

@prateekbh

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions