First of all: Thanks for your great tool!
The README says:
It is also possible to write mappings into a separate file as follow:
npx @jsenv/importmap-node-module demo.importmap --entrypoint index.html
However, this produces the following error:
Error: outfile must end with .html
The following command:
npx @jsenv/importmap-node-module importmap.html --entrypoint index.html
also produces an error:
Import resolution failed for "./importmap.html"
How do I write mappings into a separate file?
First of all: Thanks for your great tool!
The README says:
However, this produces the following error:
The following command:
also produces an error:
How do I write mappings into a separate file?