Skip to content

Commit ce23d4e

Browse files
Fix turbopack to work with Next 15 (#4396)
* Update turbopack-empty.js fix #4395 * Create brown-cobras-dream.md --------- Co-authored-by: Siddharth Suresh <[email protected]>
1 parent b6c9c4a commit ce23d4e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/brown-cobras-dream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@blitzjs/next": patch
3+
---
4+
5+
fix: Update `turbopack-empty.js` syntax to support latest turbopack and next.js versions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export {}
1+
module.exports = {}

0 commit comments

Comments
 (0)