jspm / generator

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

fix: esModuleShims false injection #162

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This ensures es-module-shims itself is only removed from the DOM when using the es module shims option. Otherwise it is entirely left alone. Resolves https://github.com/jspm/generator/issues/161.