What {bare: true} in api.add_files of package?

What {bare: true} in addFiel of package?

api.add_files([
        "lib/select2/dist/js/select2.js"
    ], "client", {bare: true})

Maybe you should just first search in the docs before posting this kind of questions:

http://docs.meteor.com/#/full/pack_addFiles

Use ctrl + f / command + f to search in the docs for bare.

1 Like