js-dxtools / webpack-validator

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

feat(webpack-dev-server): Support `stats` presets #83

Closed bebraw closed 8 years ago

bebraw commented 8 years ago

Webpack defines a few stats presets accessible through a string. Better allow those.

See https://github.com/webpack/webpack/blob/5b5775f9e2fc73fea46629f2d6a3ed7a1f8424d3/lib/Stats.js#L696-L730 and https://github.com/webpack/webpack/issues/1191 for further information.

jonathanglasmeyer commented 8 years ago

Yep. LGTM. :+1: