stealjs / steal-conditional

Conditional loading
https://stealjs.com/docs/steal-conditional.html
MIT License
6 stars 1 forks source link

Add conditionDependencies metadata to load objects #56

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

This adds conditionDependencies to load object, an array of normalized names. This is so that during tree-shaking we know not to remove these modules. Closes #55