js-dxtools / webpack-validator

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

feat(lib): Add support for watchOptions #62

Closed bebraw closed 8 years ago

bebraw commented 8 years ago

Implemented as discussed at https://webpack.github.io/docs/cli.html#additional-configuration-options .

Closes #60.

jonathanglasmeyer commented 8 years ago

Cool, LGTM. Could you fix the text for the describe? I'll hit the green button after that. :)

bebraw commented 8 years ago

I fixed the text, squashed, and pushed again.

codecov-io commented 8 years ago

Current coverage is 100%

Merging #62 into master will increase coverage by +n/a%

@@           master   #62   diff @@
===================================
  Files          14    15     +1   
  Lines          54    56     +2   
  Methods         0     0          
  Branches        0     0          
===================================
+ Hits           54    56     +2   
  Misses          0     0          
  Partials        0     0          

Sunburst

Powered by Codecov. Last updated by 6da1bab

bebraw commented 8 years ago

Thanks. If you can do a little version bump in the next day or two, that would be great.

jonathanglasmeyer commented 8 years ago

It auto-releases (using semantic-release on successful travis master build). https://github.com/jonathanewerner/webpack-validator/releases :)👍🏻