Open vovacodes opened 2 years ago
This is a tough one! Managed to get all the builds to work, just debugging uuid@3.3.2 now, should hopefully have something by tomorrow.
Okay so everything is actually working as best as it can at this point. Here's the version that loads:
I haven't tested if it is fully functional though.
The above needs one tweak from the normally generated version, and that is to override the uuid
map with https://ga.jspm.io/npm:uuid@8.3.2/dist/esm-browser/index.js. This can be done in the generator by adding a resolutions: { 'uuid': '8.3.2' }
override.
It could be interesting to look at range rules for resolutions eg resolutions: { 'uuid@3': '8.3.2' }
kind of thing to enforce the right upgrades where it is known to work between versions. Then such a global version manifest could be part of a kind of resolutions overrides database for better compat.
Another option is to try and get this to build without the "module"
condition. I can do that as well if necessary - just let me know.
Reporting CDN Build Error.