-
The current advice for limited ESM support is to use `--experimental-loader=...`. Ultimately we should move towards recommending `module.register(...)` usage instead, because it is on the path to bein…
-
I was trying to write a custom plugin that returned a list of blog pages in my site, similar to this issue:
- #840
However I couldn't figure out (and think it may not be possible) to define a `.mjs…
-
when you build an ESM project and want to compile something like `import('#configs/file.mjs')`, setting externals to be
```
externals:{
function(){
// receives the correct request: '#configs/fi…
-
## Steps to reproduce
1. Create a new directory and `cd` into it
2. Run `npm init -y && npm i express && deno init`
3. Create file `server.mjs` with these contents:
```ts
import express f…
-
### Bug description
I am trying to deploy a Nuxt 3 application to cloudflare, but after installing the prisma Module, the app stopped working
After running locally
`npx nuxt build --preset clo…
-
## Description
ref: https://github.com/parcel-bundler/watcher/issues/170#issuecomment-2310015386
The following code causes segmentation fault
```javascript
import watcher from "@parcel/watch…
-
### What version of Bun is running?
1.1.29+6d43b3662
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
```
bun init -y
bun a graphql
bun -e 'import…
-
### Link to the code that reproduces this issue
https://github.com/minsu0012/test
### To Reproduce
1. Install npx create-next-app@latest.
2. Install using the app router method.
3. Keep ap…
-
```
{"timestamp":"2024-10-30T07:15:08.970Z","logLevel":"info","context":"worker","message":"Worker done, all tasks complete","details":{"workerid":164}}
{"timestamp":"2024-10-30T07:15:08.970Z","logLe…
-
## Describe the bug
The following error appears when running the development server for preclinify-dashboard,
`GET /_next/static/chunks/app/(Authenticated)/index.mjs.map 404 in 2149ms`
## Additi…