1
0
mirror of synced 2025-12-19 18:10:59 -05:00

add turbopack resolveAlias fs fallback for nextjs 16 (#58390)

This commit is contained in:
Robert Sese
2025-11-06 13:24:24 -06:00
committed by GitHub
parent 5316456b87
commit 568bbc5166
2 changed files with 16 additions and 1 deletions

3
empty.ts Normal file
View File

@@ -0,0 +1,3 @@
// Empty module to satisfy Turbopack resolveAlias fallback for Node.js modules
// See turbopack config in next.config.ts
export default {}