jspm / generator

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

conditional lazy imported packages are preloaded #90

Closed jimmywarting closed 2 years ago

jimmywarting commented 2 years ago

https://jspm.dev/stream-consumers loads "node:buffer" and "/npm:fetch-blob@3" even doe they are not necessary...

guybedford commented 2 years ago

Thanks, I've pushed up a patch fix to the CDN builder. Packages previously published will need to wait for the next major to get this update, or you can let me know if there are other packages you are affected by and I can run a manual cache flush.