js-dxtools / webpack-validator

Validates your webpack config with Joi
MIT License
295 stars 29 forks source link

Add descriptive error message for `loader` in `loaders` array #126

Closed le0nik closed 7 years ago

le0nik commented 7 years ago

Found a way to add a descriptive error message for https://github.com/js-dxtools/webpack-validator/pull/125.

codecov-io commented 7 years ago

Current coverage is 100% (diff: 100%)

Merging #126 into master will not change coverage

@@           master   #126   diff @@
====================================
  Files          18     18          
  Lines         150    151     +1   
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
+ Hits          150    151     +1   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update b8c04ba...9eae222

kentcdodds commented 7 years ago

Wonderful! Thank you!