Closed
Description
Not sure if this relates to emojione devs, but
We are using emojione lib to replace unicode emoji with svg/png images.
We ran into the problem when we run npm run build
.
after the build, emojione fails to match emoji unicodes and stops working completely.
"
"😀" FAIL in prod env but OK in dev
May that be a problem due extreme uglifying or anything else I am missing?
Thanks in advance.
PS: using latest version of create react app and emojione. We