Can't resolve 'fs' module
Closed this issue · 1 comments
harshit3994 commented
I tried bundling the library via webpack but it seems webpack does'nt seem to polyfill fs node module.Tried with both webpack5(where we need to polyfill explicitly).All core modules were polyfilled except fs.
Please let me know your thoughts about polyfilling fs module
Richienb commented
It is impossible to polyfill the fs
module in the browser.