stealjs / system-bower

[DEPRECATED] SystemJS and StealJS Bower plugin
MIT License
2 stars 1 forks source link

Failing on latest systemjs #22

Open matthewbauer opened 9 years ago

matthewbauer commented 9 years ago

This is failing with the latest version of System.js. It looks like the fetch override leads to an infinite loop because this.fetch = fetch in the latest plugin implementation. Removing the fetch override seems to fix this issue, however.