Setting source map root with `deno_emit`
Hello! I'm currently trying to use
deno_emit
so bundle some assets. The code bundles properly, however the source map is using the absolute path to files on my drive. I'd prefer if it just used relative paths, is that possible? No worries if not :) thanks!1 Reply
I'm sorry, but the documentation does not provide a clear answer to your question about setting the source map root with
deno_emit
to use relative paths. I recommend checking the Deno API documentation or the deno_emit
function documentation for more details. If you're still having trouble, you might want to consider asking this question in the Deno community or on a platform like Stack Overflow. 🦕