Skip to content

Eliminate dead code in emoji-annotations

Currently, all languages in emoji-annotations are included in the final build. This includes those we do not support as well. It means that the the user cannot choose that language (because there is no i18n for it), but code for it is still included.

We should strip the unneeded code from the final build.