You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
Mainly for use where you want to exclude deps from libs from being included in your build. Could come in handy for libs that have extra Node deps that don't need to be in the browser but the specific example I'm thinking of is where you may want to switch out one lib for another compatible lib: Underscore & Lo-Dash being the prime example.
(the only way to achieve this at the moment is to set up a local backbone clone with a package.json that doesn't have underscore and build with ender build jeesh reqwest /path/to/backbone lodash)
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/742629-exclude-flag-to-explicitly-exclude-libs-from-build?utm_campaign=plugin&utm_content=tracker%2F165667&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F165667&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
Mainly for use where you want to exclude deps from libs from being included in your build. Could come in handy for libs that have extra Node deps that don't need to be in the browser but the specific example I'm thinking of is where you may want to switch out one lib for another compatible lib: Underscore & Lo-Dash being the prime example.
(the only way to achieve this at the moment is to set up a local backbone clone with a package.json that doesn't have underscore and build with
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/742629-exclude-flag-to-explicitly-exclude-libs-from-build?utm_campaign=plugin&utm_content=tracker%2F165667&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F165667&utm_medium=issues&utm_source=github).ender build jeesh reqwest /path/to/backbone lodash
)The text was updated successfully, but these errors were encountered: