node fs missing?
michaelwclark opened this issue · 1 comments
michaelwclark commented
As per: webpack-contrib/css-loader#447
Need to add
node: {
fs: 'empty'
},
to webpack configs to get around
ERROR in ./node_modules/schema-utils/src/validateOptions.js
Module not found: Error: Can't resolve 'fs' in
lifenautjoe commented
Fixed with #13 .
Thanks!