backpack icon indicating copy to clipboard operation
backpack copied to clipboard

Using backpack for libraries, without a index.js file?

Open drager opened this issue 8 years ago • 2 comments

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

drager avatar Jul 10 '17 08:07 drager

Can you run backpack build after specifying a "main" file. Your program more than likely has one.

aarohmankad avatar Aug 10 '17 23:08 aarohmankad

@aarohmankad: Yes, that worked. Thank you!

drager avatar Sep 06 '17 05:09 drager