jspm / generator

JSPM Import Map Generator
Apache License 2.0
160 stars 20 forks source link

fix: propagate htmlUrl for deprected htmlGenerate #279

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

Fixes #277. It isn't technically a bug, as generator.jspm.io uses the old htmlGenerate API, which doesn't take a htmlUrl as a property, and as a result the output doesn't have properly rebased URLs. But it seems like a bad gotcha anyway.