js-dxtools / webpack-validator

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

watch option is not allowed #108

Closed andrewQwer closed 8 years ago

andrewQwer commented 8 years ago

When I use watch: true option in my config validator says that it is not valid, but according to this documentation https://webpack.github.io/docs/cli.html#watch - it's ok to use it.

kentcdodds commented 8 years ago

Hi @andrewQwer, Thanks for letting us know. Would you like to makeapullrequest.com to add it? You'd put it right around here I think. Then if you could also add a test config here that'd be awesome. Thanks!

andrewQwer commented 8 years ago

Sure, I can make a PR to fix this.