joypixels / emojione

[Archived] The world's largest independent emoji font. Maintained at https://github.com/joypixels/emoji-toolkit.
https://www.joypixels.com
Other
4.46k stars 535 forks source link

[JS] Almost all functions don't work with (Vue) Webpack #589

Closed daniandl closed 6 years ago

daniandl commented 6 years ago

I use Vue PWA which is based off of Vue Webpack.

If i try to run console.log(emojione.toImg('test')) I get a console error saying str.replace is not a function. Same problem happens with all the conversion functions I've tested so far.

Some research led me to believe it was the uglify-es package that needed updating, this didn't change anything. If anyone has a fix for a webpack oriented environment please help!

Cheers

Maarethyu commented 6 years ago

1519903900427