jspm / generator

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

node_modules mapping subpaths #180

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

Subpath installs doesn't seem to be working properly for node_modules maps.

Specifically lodash-es/isEqual style subpaths as imports.

guybedford commented 1 year ago

Not a bug... Node.js does this (and I can't believe I forgot this since I implemented in Node.js...)