Richienb/node-polyfill-webpack-plugin

Can't resolve 'fs' module

Closed this issue · 1 comments

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

It is impossible to polyfill the fs module in the browser.