stealjs / steal

Gets JavaScript
https://stealjs.com
MIT License
1.37k stars 522 forks source link

Mark loads loaded through bundles config to be defined #1481

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

When a bundle is loaded from a bundles configuration, mark it as defined if loading that bundle results in it being defined.

This prevents a warning in the JSON extension. Closes #1480