jspm / generator

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

fix: HTML integrity, URL mappings #106

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This fixes HTML integrity injection for all module scripts when using integrity: true for htmlGenerate, ensuring the integrity is comprehensively supported.

It also resolves https://github.com/jspm/generator/issues/105 in supporting local inputMap URL mappings.