baethon/munci

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 it build (and thus rename the existing build 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. :)

@Joxtacy of course (see the label :p)! Appreciate your help :)