Closed webholics closed 7 years ago
The term preLoaders has to be camel cased otherwise the example webpack configuration given in the Readme would not work:
preLoaders
{ module: { preLoaders: [{ test: /\.scss/, loader: 'import-glob-loader' }] } }
Thanks for noticing! Fixed with e8ddd45
The term
preLoaders
has to be camel cased otherwise the example webpack configuration given in the Readme would not work: