-
Hi there,
I am looking to create an ESM only module that would only work on Node@16+
I am hoping to disable the checks for `node@10` and possibly `node@16 (from CJS)`.
Is there a way I could…
-
### Environment
- Operating System: Darwin
- Node Version: v20.12.2
- Nuxt Version: 3.13.2
- CLI Version: 3.15.0
- Nitro Version: 2.9.7
- Package Manager: pnpm@9.12.2
- Builder: …
-
### What is the issue?
I am unable to run `dagger call` locally.
I removed my `node_modules`, deleted the `sdk` folder and re-ran `dagger develop`.
```
Error: Cannot find package '/src/dagger…
-
I use ts for my gulpfile, but some of the plugins i use (gulp-imagemin specifically), are esm.
So having a way to use both would be useful, as otherwise when one tries to run gulp, they get something…
-
## Is your feature request related to a problem? Please describe.
There is a growing list of dependencies that require MAJOR updates. These updates also require the use of ESM modules over common J…
-
I've encountered an unusual behavior specifically in Safari (WebKit) where a variable imported from a dynamically loaded ESM module is initially `undefined`, but becomes defined after a small timeout.…
-
PT-BR 🇧🇷
A biblioteca `@tabnews/ui` acaba trazendo código desnecessário da `@primer/react` para o aplicativo Next.js. Isso acontece porque a `@tabnews/ui` exporta apenas a versão CJS,…
-
```
Failed to log in Error: Module [project]/node_modules/.pnpm/thirdweb@5.63.1_@types+react@18.3.11_bufferutil@4.0.8_react-dom@18.3.1_react@18.3.1__react@18_czng5dldzohr4em4k4qr4pvkcq/node_modules/t…
-
(extracted from #12409)
Since using the Sentry AWS Serverless SDK is far from easy in ESM-based Lambda functions, we should look into creating a layer for ESM or making our current layer compatible…
Lms24 updated
1 month ago
-
Hey there!
It seems that `color-fn` is only exported as `cjs`. Would it make sense to export it as `esm` too?
Would love to use it in [observablehq](https://observablehq.com).
Or is there a way…