Hey! I'm trying to create a cljsjs package for https://github.com/effektif/react-mentions
The thing is that this library does not provide a minified or single file distribution of it.
How would I best proceed? Is there a way to let the boot
process create a single file version?
My JS build tool knowledge is pretty limited, it may well be that the solution is obvious and I'm just not seeing it...
Thanks!
@tuhlmann you could check the npm package for a single file build
or otherwise figure out how to build the file with their JS build tools
Yes, that's what I'm trying to do 🙂 On npmjs their archive does not have a single file lib, its basically just a zipped version of the github branch. And that confuses me.
Here's a look into the npm package: https://unpkg.com/react-mentions@1.1.0/