Feature Request
Currently wxt bundles only the direct extension sources which means the build can't be reproduced if there are other monorepo dependencies. Although there is guidance on private packages (https://wxt.dev/guide/essentials/publishing.html#private-packages), this doesn't account for dependencies on other local workspaces in the monorepo.
I created a wxt module https://github.com/stevezhu/wxt-turbo to generate the sources using turbo prune (https://turborepo.dev/docs/reference/prune).
Just starting the discussion on how to better bundle monorepo sources in a reproducible way for firefox addons store review. Wondering should there be more official guidance on how to best accomplish this or a more generic method for monorepos?
Is your feature request related to a bug?
N/A