bun build
breaks html-escaper
#17454
Labels
bug
Something isn't working
bundler
Something to do with the bundler
confirmed bug
We can reproduce this issue
What version of Bun is running?
1.2.3-canary.120+f3d18fc58
What platform is your computer?
Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 unknown
What steps can reproduce the bug?
git clone https://github.com/koakuma-chan/nasty-neptune
cd nasty-neptune
bun install --frozen-lockfile
bun run astro build
bun build dist/server/entry.mjs --target=node | grep html-escaper -A 1
What is the expected behavior?
What do you see instead?
Additional information
Basically,
bun build
turns thishttps://github.com/WebReflection/html-escaper/blob/c6e2b50d7b6f486afb3ddc92bfcfec89857b75d7/esm/index.js#L23
into this
The text was updated successfully, but these errors were encountered: