stealjs / steal-conditional

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

Use @loader #66

Closed matthewp closed 5 years ago

matthewp commented 5 years ago

Depending on the global System can cause race conditions where the extension might be applied to one loader but not another if the System is not pointing to the correct loader at the time the module body executes.

Fixes https://github.com/donejs/donejs/issues/1160