vite_plugin_deno_resolve icon indicating copy to clipboard operation
vite_plugin_deno_resolve copied to clipboard

Allow double-quoted import statements in URL handler

Open lukekaalim opened this issue 2 years ago • 0 comments

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.

lukekaalim avatar Sep 19 '23 16:09 lukekaalim