We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9561277 commit 8faa62eCopy full SHA for 8faa62e
.changeset/warm-apricots-explain.md
packages/cloudflare/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# @opennextjs/cloudflare
2
3
+## 0.4.6
4
+
5
+### Patch Changes
6
7
+- 9561277: fix: remove dynamic require for map file
8
9
+ ESBuild tries to load all files in the chunks folder with `require("./chunks/" + var)`.
10
+ This is an error when the folder contains map file.
11
12
## 0.4.5
13
14
### Patch Changes
packages/cloudflare/package.json
@@ -1,7 +1,7 @@
{
"name": "@opennextjs/cloudflare",
"description": "Cloudflare builder for next apps",
- "version": "0.4.5",
+ "version": "0.4.6",
"type": "module",
"scripts": {
"clean": "rimraf dist",
0 commit comments