Issue with deno emit bundle in Workspaces - Need Help and Documentation
Hi everyone,
I'm having trouble with deno emit bundle function, when my project is in workspaces. It seems like the bundling process doesn't support workspaces. Has anyone encountered this issue before and can provide an example of how to handle this use case? Are there any official docs available that address this?
taking example from the official deno workspace docs: https://docs.deno.com/runtime/fundamentals/workspaces/
and deno/emit docs: https://jsr.io/@deno/emit
after creating the files mentioned in the doc, i.e.:
add two files
1. import_map.json
2. bundle.ts
// bundle.ts:
the following error occures which bundling:
Thanks in advance for your help!
I'm having trouble with deno emit bundle function, when my project is in workspaces. It seems like the bundling process doesn't support workspaces. Has anyone encountered this issue before and can provide an example of how to handle this use case? Are there any official docs available that address this?
taking example from the official deno workspace docs: https://docs.deno.com/runtime/fundamentals/workspaces/
and deno/emit docs: https://jsr.io/@deno/emit
after creating the files mentioned in the doc, i.e.:
add two files
1. import_map.json
2. bundle.ts
// bundle.ts:
the following error occures which bundling:
Thanks in advance for your help!
