jspm / generator.jspm.io

8 stars 6 forks source link

Update to latest version of `@jspm/generator@1.0.2` #7

Closed JayaKrishnaNamburu closed 1 year ago

JayaKrishnaNamburu commented 1 year ago

One observation. When dependencies are updated in package.json. Users need to delete import-map and all preload links. And then run the chomp build again. Only then the new deps are being used in import-map. Should we run traceInstall and then check them against package.json something like that ?

guybedford commented 1 year ago

Great point thanks for bringing it up, I'll go through this use case further with @Bubblyworld this week.