What problem does this feature solve?
Hi,
We are trying to use rolldown in the browser to bundle files that depend on node_modules downloaded packages. For that to work, we need to have direct access to __volume. See #6218 (comment)
What does the proposed API look like?
Simply export __volume so that it can be accessed directly.
What problem does this feature solve?
Hi,
We are trying to use rolldown in the browser to bundle files that depend on node_modules downloaded packages. For that to work, we need to have direct access to __volume. See #6218 (comment)
What does the proposed API look like?
Simply export
__volumeso that it can be accessed directly.