vite_plugin_deno_resolve
vite_plugin_deno_resolve copied to clipboard
Allow double-quoted import statements in URL handler
Fixes issue #7
The main bug was the code exiting early inside the transform function where there were valid import statements.
It's a fairly crude fix, just duplicating the lines to perform the same tasks for single strings.