webpack / memory-fs

[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.
MIT License
881 stars 88 forks source link

_ #43

Open ghost opened 7 years ago

ghost commented 7 years ago

_

CMCDragonkai commented 7 years ago

How did you manage to monkey patch fs in third party modules? Or did you not do that? I need to do something similar elsewhere, but I prefer not to need to fork the package and change its require('fs') to require('virtualfs').