backpack
backpack copied to clipboard
Using backpack for libraries, without a index.js file?
Hey, thank you for a great project!
I wanted ask if it's possible to use backpack when developing a library, i.e. just use it to compile the code and not try to run it and build all files as single files. If it's not possible, would it be possible to add that in the future or is that outside of backpack's scope?
Thanks
Can you run backpack build after specifying a "main" file. Your program more than likely has one.
@aarohmankad: Yes, that worked. Thank you!