web icon indicating copy to clipboard operation
web copied to clipboard

Web Dev Server with importMapsPlugin will not resolve import maps for dynamic imports.

Open arodic opened this issue 7 months ago • 2 comments

If you attempt to import a file using import('./module.js') and module.js includes an import path that requires importmap resolution, the import will fail with error 500

arodic avatar Mar 24 '25 14:03 arodic