that doesn't seem like a channel where people talk much... I'll try to ask anyway I wonder if some package in cljsjs is not minified, is it possible to minify it when I depend on a package?
@asolovyov: some packages minify during build, if no minimized source is provided.
Generally CLJSJS packages should have minified source if possible
@martinklepsch: https://github.com/cljsjs/packages/blob/master/react-input-mask/build.boot - this one doesn't seem to have it
is there an example how do I add minification?
ah
I found it, "minify" task
I'll submit an update then
@asolovyov: Sounds good, not sure if there is/should be a hard requirement for this...
not sure as well, but google pagespeed insights complained on my production js being not minified completely and it turned out react-input-mask is an offender :simple_smile: