js-dxtools / webpack-validator

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

Opt-in rules for loader include/exclude #99

Closed jonathanglasmeyer closed 8 years ago

jonathanglasmeyer commented 8 years ago

Implements #38. Two opt-in rules for having stricter "best-practice" validations for loader include/exclude options. See README for explanation.

cc @bebraw as you brought this issue up. :)

bebraw commented 8 years ago

LGTM. 👍

jonathanglasmeyer commented 8 years ago

Sweet. Let's merge this then.