https://github.com/hamlim/parcel-emoji-bug-reproduction
Emoji are weirdly being encoded incorrectly
https://github.com/hamlim/parcel-emoji-bug-reproduction
Last synced: about 2 months ago
JSON representation
Emoji are weirdly being encoded incorrectly
- Host: GitHub
- URL: https://github.com/hamlim/parcel-emoji-bug-reproduction
- Owner: hamlim
- Created: 2025-06-13T11:24:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-11T16:28:34.000Z (about 2 months ago)
- Last Synced: 2026-05-11T17:34:54.014Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://parcel-emoji-bug-reproduction.mhamlin.workers.dev/
- Size: 109 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parcel Emoji Bug Reproduction
Parcel Issue: https://github.com/parcel-bundler/parcel/issues/10187
Get started with:
- `bun i` to install deps
- `bun run dev` to start the development server
- you may need to run `bun watch` first to build an initial output in the `dist` dir before `bun start` can begin
## Bug:
Emoji (e.g. 👋) render incorrectly (`👋`)
### Fix:
Add `` to correctly handle the encoding!