-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to use a virtualised filesystem #9671
Comments
Maybe we may support one for Wasm, but your plugin is for webpack, a bundler, not babel. Also, I read the thread you linked but |
@kdy1 Next.js does not use The issue should be opened against Next.js repo, I think. |
Thanks @larixer - much appreciated for clarifying for me. Will raise an issue against Next. |
Addition, seems direct file reading into |
See: vercel/next.js#71714 raised earlier |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Describe the feature
Work off virtualised filesystems. e.g. In memory.
Babel plugin or link to the feature description
sysgears/webpack-virtual-modules#169
Additional context
I appreciate the purpose of SWC is speed/efficiency, and this perhaps may only be gleaned by focussing on raw metal, but wondered if there was any possibility to work from a virtualised filesystem, e.g. memfs?
I have a plugin that works fine with NextJs (WebPack + Babel) but fails with WebPack + SWC, since the abstract
compiler.inputFileSystem
concept doesn't appear to be fully supported.The text was updated successfully, but these errors were encountered: