Create dist packages
Opened this issue · 4 comments
For now, this package contains only raw source code. For node environment it's enough yet for frontend it cannot be used without the help of transpilers (eg. Babel/Webpack etc).
I think it would be good to include compiled version (both compressed and uncompressed) as a "dist" distribution which can be easily used in applications which do not use transpilers (or directly in the browser).
There's no preference for a build tool.
Requirements:
- add a
script
to package.json - for convention reasons we can name itbuild
(and thus rename the existingbuild
to eg.build:emojislib
) - compile dist version to ES2015
- generate uncompressed and minified version of dist files
Hi @radmen!
Maybe I can help you, but I'm not quite sure if I know what you mean. Could you please elaborate on what exactly it is that you need?
@Joxtacy thanks! I've updated the description of the ticket. Let me know if this makes more sense :)
Really good description! 👍 I can help you out with this if you'd like. :)