js-dxtools / webpack-validator

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

Check that package.json contains all loaders #42

Open bebraw opened 8 years ago

bebraw commented 8 years ago

Make sure all loaders that the configuration refers to are in package.json (either dependencies or devDependencies). This is a common gotcha.

jonathanglasmeyer commented 8 years ago

Requirement 2: make sure they are also installed (found in node_modules folder).