jspm / generator

JSPM Import Map Generator
Apache License 2.0
166 stars 21 forks source link

feat: baseUrl support #78

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This adds support for a baseUrl option separate from the mapUrl option, which allows setting a base for package install resolutions. Simplifies the "resolutions" field to more easily support relative package installs to a shared base. Also serves as the scope flattening base.