stealjs / steal

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

Mark loads loaded through bundles config to be defined #1481

Closed matthewp closed 5 years ago

matthewp commented 5 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