bluwy / create-vite-extra

Extra Vite templates
Other
391 stars 62 forks source link

The deno-lit template ignores the import_map.json mappings. #8

Closed gmosx closed 2 years ago

gmosx commented 2 years ago

The vite setup used in the deno-lit template ignores mappings defined in the deno import_map.json file. Supporting this would be a fantastic DX enhancement.

bluwy commented 2 years ago

I think this supported through a Vite plugin rather than a template. FWIW Vite doesn't have support for package.json import maps too. Closing as this is out of scope of the repo.