-
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…
-
Hello
I am getting this error in the last version10.0.0, if I use slug 8.2.3, it works as respected
it looks like the syntaxis of import is not getting this library and is conflicting with the …
-
**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…
-
### Description
Currently the `modulesIntegration` does not work for ESM. Maybe we can use import-in-the-middle to improve that situation.
-
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.