Test Vercel's ncc
#3662
Labels
bug/1-unconfirmed
Bug should have enough information for reproduction, but confirmation has not happened yet.
kind/bug
A reported bug.
topic: vercel
We currently test that Prisma + Vercel's
pkg
bundler work, but we don't have any test forncc
.While
pkg
basically bundles everything it finds up,ncc
bundles a Node.js codebase into a single artifact.Vercel claims it supports Node.js binary addons (NAPI), but apparently napi.rs may not be supported (see a Prisma user comment on bundling
libquery
+ncc
, which is apparently just fixed by using thebinary
Query Engine target prisma/prisma#16901 (comment)).ncc
may also be used by the Vercel CLI, so it's highly relevant for us to ensure this works.Next steps:
The text was updated successfully, but these errors were encountered: