js-dxtools / webpack-validator

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

feat: add `returnValidation` option to validate() #66

Closed jonathanglasmeyer closed 8 years ago

jonathanglasmeyer commented 8 years ago

I integrated @nyrosmith's improved version of the validate function (it shows all validation results, not just the first) and added an option to the validate function, see updated README.md for description. What do you think?

nyrosmith commented 8 years ago

LGTM