benjamn / install

Minimal JavaScript module loader
https://benjamn.github.io/install/
MIT License
61 stars 24 forks source link

Enable retrying dynamic imports after failure. #50

Closed Gariest closed 6 years ago

Gariest commented 6 years ago

Hi,

Previous PR kept failing and then I've noticed, that reify@0.17.2 was reverted, so I've changed test to represent reify@0.17.3 and bumped it in packages.json, hope that's ok with you.

Again, this is fix for https://github.com/meteor/meteor/issues/10182

benjamn commented 6 years ago

Thanks for getting the ball rolling on this, @Gariest!