lifenautjoe/webpack-starter-basic

node fs missing?

michaelwclark opened this issue · 1 comments

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

Fixed with #13 .

Thanks!