-
Hey 👋
it would be very helpful if this package could be consumed within an ESM module. Is there interest for such a contribution?
Cheers!
-
Since Babel is using this and they are switching slowly to ESM, would you also like to publish an ESM consumable build?
Thank you!
-
Node is starting to ship an unflagged feature to allow you to `require(...)` es modules
This means a few things:
- we should be able to migrate many dual packages to esm-only
- we should be abl…
-
**Is your feature request related to a problem?**
My organization switched to full native ESM packages for Node (e.g. mjs). I am now looking to add an authentication plugin for Verdaccio so I built…
-
The npm package is not published in a way that can be imported. The source files (TSX) cannot be used as such, we need to build ESM files.
Required for https://github.com/source-cooperative/source.co…
-
First of all, thanks for the work on this library! It is appreciated!
The minimum required Node.js version is 18, which supports ESM.
[Ref](https://github.com/jshttp/cookie/pull/154#issuecomment…
-
Hi Miguell
We are trying to set up with JAN the AWI-ESM3-v3.4 with LPJ-GUESS (feat/awiesm3-v3.4 branch) and encountering difficulties during the build. We configured (changed) the yaml files (awies…
-
Is there no ESM build? I'm trying to use it in Remix + Vite and Vite complains that it is a CJS module that cannot be imported.
-
Hello, and thanks for the excellent work. Are there any plans to migrate the openmoji's [npm module](https://www.npmjs.com/package/openmoji) to ESM? It seems it is still using old style commonJS and r…
-
As per https://github.com/jeffijoe/koa-es7-boilerplate/issues/28, I've run into the same problem.
Is there any reason you can't do the same thing you've done here:
[load-modules->opts.esModules]…