deno_emit icon indicating copy to clipboard operation
deno_emit copied to clipboard

`import.meta`: opting out of rewriting

Open mfulton26 opened this issue 3 years ago • 0 comments

I want to be able to return a bundle that has import.meta.url statements in it and can be executed by a web browser but right now those statements get rewritten to use a hardcoded importMeta which contains values from the original, unbundled modules which I don't want.

mfulton26 avatar Oct 13 '22 02:10 mfulton26