jsenv / importmap-node-module

Generate importmap for node_modules
33 stars 4 forks source link

Import resolution check warnings when importmap is not inside root directory #49

Closed dmail closed 2 years ago

dmail commented 2 years ago

When the importmap is generated inside a directory that is not the root directory, the import resolution fails and puts warning about that. This is because we should "move" importmap before checking import resolution

dmail commented 2 years ago

Fixed in https://github.com/jsenv/importmap-node-module/pull/50