An open API service indexing awesome lists of open source software.

https://github.com/zeecoder/babel-preset-env-usebuiltins-error-repro


https://github.com/zeecoder/babel-preset-env-usebuiltins-error-repro

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Solution

https://github.com/babel/babel/issues/10745#issuecomment-557075583

# Instructions

Run `yarn`, then `yarn build`.

It should give you the following error:

![error](./error.jpg)

Then in the `entry.js`, use the `./esm` import, instead of the `cjs` one.

Then it will compile fine:

![ok](./ok.jpg)