Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a package.json with type: "commonjs" in .next/server (vercel#145)
Closes vercel#109 Note a difference between this and stable Next.js: at turbopack this file is placed in .next/server/package.json, while Next.js currently creates this file at .next/package.json. Test Plan: Verified that the `hello-world-esm` no longer fails to SSR (it's now blocked by vercel#111). Co-authored-by: Tobias Koppers <[email protected]>
- Loading branch information