You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
I'm using emojione NPM package with Brunch, and everything works fine on development. However, the same code that works on development doesn't work on production, when I run brunch build --production.
Below are a simplified version of the mentioned code:
letemojione=require('emojione');letemojiAsUnicode='⭐🔫👻🔪';letemojiAsImage=emojione.unicodeToImage(emojiAsUnicode);// The result is: <img class="emojione" alt="⭐" title=":star:" src="https://cdn.jsdelivr.net/emojione/assets/3.1/png/32/2b50.png"/>🔫👻🔪
Is there a way to use emojione with brunch build --production?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
I'm using emojione NPM package with Brunch, and everything works fine on development. However, the same code that works on development doesn't work on production, when I run brunch build --production.
Below are a simplified version of the mentioned code:
Is there a way to use emojione with brunch build --production?
Thanks in advance.
The text was updated successfully, but these errors were encountered: