js-dxtools / webpack-validator

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

fix: devtool validation too lenient #94

Closed nlarche closed 8 years ago

nlarche commented 8 years ago

closes #86

nlarche commented 8 years ago

@kentcdodds, it should be ok

codecov-io commented 8 years ago

Current coverage is 100%

Merging #94 into master will not change coverage

@@           master   #94   diff @@
===================================
  Files           1     1          
  Lines          14    14          
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
  Hits           14    14          
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last updated by 7881ccb...19e22f6

kentcdodds commented 8 years ago

LGTM

jonathanglasmeyer commented 8 years ago

👍🏻