jspm / generator

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

feat: support asset installs, including wasm #360

Closed guybedford closed 1 month ago

guybedford commented 1 month ago

This adds proper support for asset tracing with JSON and CSS imports, including support for tracing Wasm module imports and their dependencies as well.

Resolves https://github.com/jspm/generator/issues/351.