BozzaDaniel

Results 1 comments of BozzaDaniel

I'm using this in my webpack.config.js, it solved the issue when some other plugin wanted to use fs: ```js webpack.mergeWebpack({resolve: { fallback: { 'fs': false } }}) return webpack.resolveConfig(); ```