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

feat(target): Add validator for the target property #41

Closed kentcdodds closed 8 years ago

kentcdodds commented 8 years ago

This should be a pretty quick one. Here's the property docs: http://webpack.github.io/docs/configuration.html#target

I think this one probably only needs one reviewer.

kentcdodds commented 8 years ago

Whoops. Somehow the tests didn't get added. Hold please :-)

kentcdodds commented 8 years ago

Updated!

kentcdodds commented 8 years ago

Actually, removed the ready to merge label because I'd like to get #43 merged first so I can utilize the new util function :+1:

kentcdodds commented 8 years ago

This is ready to merge!

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #41 into master will not affect coverage as of 4ec4c77

@@            master     #41   diff @@
======================================
  Files           27      27       
  Stmts          109     118     +9
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            109     118     +9
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 4ec4c77

Powered by Codecov. Updated on successful CI builds.