js-dxtools / webpack-validator

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

Strict mode - If `noParse` is defined, check that it doesn't overlap with loader definitions #90

Open bebraw opened 8 years ago

bebraw commented 8 years ago

Given noParse is stronger than loader definitions, it is easy to end up in a situation where you have a loader definition that gets rejected. This can be a little hard to spot so it would be nice to at least warn agains the situation is detected.