Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

emoji got broken #38

Closed
igrek8 opened this issue Jun 7, 2017 · 4 comments
Closed

emoji got broken #38

igrek8 opened this issue Jun 7, 2017 · 4 comments

Comments

@igrek8
Copy link

igrek8 commented Jun 7, 2017

Please refer this issue emoji got stripped when building in create-react-app

Seems like the uglifying removes some required bits from emoji symbols:

production -> "🕹�": "1f579
development -> "🕹️":"1f579"

Any ideas what can cause the problem?

@bebraw
Copy link
Contributor

bebraw commented Jun 8, 2017

Can you try it against Uglify itself? There might not be much we can do about the issue in the plugin itself.

@alexander-akait
Copy link
Member

alexander-akait commented Jun 8, 2017

@crabicode Your use emoji in css? If yes it is do css-loader, known issue

@michael-ciniawsky
Copy link
Member

@crabicode Any updates on this ?

@igrek8
Copy link
Author

igrek8 commented Jul 5, 2017

@michael-ciniawsky,

I believe the issue is no longer relevant since it could have been avoided by other means.

anyway, thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants