js-dxtools / webpack-validator

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

fix(devtool): add missing devtool options #113 #118

Closed codenprose closed 7 years ago

codenprose commented 7 years ago

Add missing webpack devtool combinations i.e. #cheap-module-eval-inline-source-map

codecov-io commented 7 years ago

Current coverage is 100%

Merging #118 into master will not change coverage

@@           master   #118   diff @@
====================================
  Files          18     18          
  Lines         137    137          
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
  Hits          137    137          
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last updated by ad7b23d...0407401

kentcdodds commented 7 years ago

LGTM. This part of the Webpack API is particularly confusing