No badges yet
No accepted solutions yet
Vercel compile NodeJS ESM to CommonJS
The dependencies are pinned to the exact version I want, mostly because I don't want to have a compatibility problem or an unwanted update
Vercel compile NodeJS ESM to CommonJS
@amyegan I have the confirmation that something on vercel have changed (not by me tho) I tested to redeploy a branch. The main branch, it was working perfecly fine, I just went to...
Vercel compile NodeJS ESM to CommonJS
Also I don't know if it's important to say that the warning message and the building to commonJS happen on NodeJS function : ``` Warning: Node.js functions are compiled from ESM to...
Vercel compile NodeJS ESM to CommonJS
@amyegan thanks for your quick reply 🙂 Unfortunatly this is already the setup I have in the project... Also there weren't new libraries or updates on it, and it worked well with...
Vercel compile NodeJS ESM to CommonJS
I have a problem on my build with nodeJS with angular. It used to build correctly but since today (maybe last week), when I build with the exact same command, and with some minor...
Does vercel support mjs files
### Question Hello, I recently updated an angular project, and due to its update, it now generates .mjs files instead of .js files I had a servless function to start the angular...