Closed guybedford closed 2 years ago
This fixes HTML integrity injection for all module scripts when using integrity: true for htmlGenerate, ensuring the integrity is comprehensively supported.
integrity: true
htmlGenerate
It also resolves https://github.com/jspm/generator/issues/105 in supporting local inputMap URL mappings.
inputMap
This fixes HTML integrity injection for all module scripts when using
integrity: true
forhtmlGenerate
, ensuring the integrity is comprehensively supported.It also resolves https://github.com/jspm/generator/issues/105 in supporting local
inputMap
URL mappings.