An open API service indexing awesome lists of open source software.

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

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!