jspm / generator

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

New htmlInject API #149

Closed guybedford closed 2 years ago

guybedford commented 2 years ago
const pins = await this.addMappings(html, mapUrl, rootUrl);
return await this.htmlInject(html, { pins, mapUrl: htmlUrl, rootUrl, preload, integrity, whitespace, esModuleShims, comment });