jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

fix(@angular/*): add mappings for testing umd bundles #977

Closed frederikschubert closed 7 years ago

frederikschubert commented 7 years ago

As suggested by @guybedford. Closes https://github.com/jspm/registry/issues/976

vigie commented 7 years ago

This fix doesn't work for me as I have defaultJSExtensions: true so System ends up trying to load ./bundles/platform-browser-dynamic-testing.umd.js/index.js

Is there any better way to correct this other than adding all my own local overrides?