jspm / generator

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

feat: support URL remappings in providers and map local deps to node_modules correctly #246

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

See #223. Adds a provider hook for remapping install URLs, which is used to detect local file:...-type installs and map them to the node_modules folder when using the nodemodules provider. We could also use this to support the rest of the npm package specs like github:... etc at a later stage.

Bubblyworld commented 1 year ago
Screenshot 2023-03-02 at 11 57 22