Aintaer / import-glob-loader

Globbing preloader for Webpack
50 stars 16 forks source link

Issue in example in README.md #3

Closed webholics closed 7 years ago

webholics commented 8 years ago

The term preLoaders has to be camel cased otherwise the example webpack configuration given in the Readme would not work:

{
  module: {
    preLoaders: [{
      test: /\.scss/,
      loader: 'import-glob-loader'
    }]
  }
}
Aintaer commented 7 years ago

Thanks for noticing! Fixed with e8ddd45