kentcdodds / webpack-validator-DEPRECATED

Use this to save yourself some time when working on a webpack configuration.
MIT License
93 stars 8 forks source link

Validation for `module.loaders` and friends #47

Closed jonathanglasmeyer closed 8 years ago

jonathanglasmeyer commented 8 years ago

This validates module.loaders, module.preLoaders & module.postLoaders. I think two reviewers would be nice to have here, quite a lot of conditions and stuff in there. :)

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #47 into master will not affect coverage as of 57269ec

@@            master     #47   diff @@
======================================
  Files           27      30     +3
  Stmts          118     165    +47
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            118     165    +47
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 57269ec

Powered by Codecov. Updated on successful CI builds.

kentcdodds commented 8 years ago

Wow! Lots of stuff. Will finish reviewing later

kentcdodds commented 8 years ago

Looks awesome