diff --git a/.all-contributorsrc b/.all-contributorsrc index 49aad3f2fe..04c3b50de4 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -4104,6 +4104,16 @@ "code", "test" ] + }, + { + "login": "fungilation", + "name": "Gary Fung", + "avatar_url": "https://avatars.githubusercontent.com/u/3803466?v=4", + "profile": "https://garyfung.medium.com", + "contributions": [ + "doc", + "code" + ] } ], "contributorsPerLine": 7, diff --git a/.changeset/brown-cobras-dream.md b/.changeset/brown-cobras-dream.md new file mode 100644 index 0000000000..afaa36349f --- /dev/null +++ b/.changeset/brown-cobras-dream.md @@ -0,0 +1,5 @@ +--- +"@blitzjs/next": patch +--- + +fix: Update `turbopack-empty.js` syntax to support latest turbopack and next.js versions diff --git a/README.md b/README.md index a5226f6da2..a948f3921e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - + @@ -761,6 +761,7 @@ Thanks to these wonderful people ([emoji key](https://allcontributors.org/docs/e
bezalel6

📖 💻
Andrew Cherniavskii

📖
Daniel Idoko

📖 💻 ⚠️ +
Gary Fung

📖 💻 diff --git a/packages/blitz-next/scripts/turbopack-empty.js b/packages/blitz-next/scripts/turbopack-empty.js index 336ce12bb9..4ba52ba2c8 100644 --- a/packages/blitz-next/scripts/turbopack-empty.js +++ b/packages/blitz-next/scripts/turbopack-empty.js @@ -1 +1 @@ -export {} +module.exports = {}