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
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
The text was updated successfully, but these errors were encountered:
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:
script
to package.json - for convention reasons we can name itbuild
(and thus rename the existingbuild
to eg.build:emojislib
)The text was updated successfully, but these errors were encountered: