Skip to content

Commit c6b3f10

Browse files
bump esbuild version to fix regression in 0.25.0 (#9159)
Fixes #9078 The source-map handling was changed n 0.25.0 so that it didn't handle generated sources (from `--define` args). ``` �[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1mInvalid source URL: first path segment in URL cannot contain colon�[0m [invalid-source-url] .wrangler/tmp/pages-y2j4kS/5bn3vbipm4v.js.map:3:14: �[37m 3 │ "sources": [�[32m"<define:__ROUTES__>"�[37m, "../../../../../../../Users/pb... ╵ �[32m~~~~~~~~~~~~~~~~~~~~~�[0m ``` This was fixed in 0.25.4 - https://github.com/evanw/esbuild/blob/main/CHANGELOG.md#0254
1 parent df5d1f6 commit c6b3f10

File tree

3 files changed

+281
-16
lines changed

3 files changed

+281
-16
lines changed

.changeset/petite-bags-try.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-cloudflare": patch
3+
"miniflare": patch
4+
"wrangler": patch
5+
---
6+
7+
bump esbuild version to fix regression in 0.25.0

0 commit comments

Comments
 (0)