Skip to content

fix(bundle): let esbuild handle data urls#32213

Merged
nathanwhit merged 3 commits intodenoland:mainfrom
nathanwhit:bundle-dataurl
Feb 17, 2026
Merged

fix(bundle): let esbuild handle data urls#32213
nathanwhit merged 3 commits intodenoland:mainfrom
nathanwhit:bundle-dataurl

Conversation

@nathanwhit
Copy link
Copy Markdown
Member

Fixes #32206.
Instead of resolving them (which forces us to load them), just let esbuild handle them

Copy link
Copy Markdown
Contributor

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nathanwhit nathanwhit merged commit 951455e into denoland:main Feb 17, 2026
86 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

deno bundle CSS prefixes all data: urls with data:text/plain;charset=utf-8,

2 participants