js-dxtools / webpack-validator

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

Make `output.path` check looser #102

Closed bebraw closed 8 years ago

bebraw commented 8 years ago

It looks like it checks for output.path explicitly now. If it doesn't exist, you'll get something like

[1] "path" ".../build" should be an existing absolute path, but I found the following problems: The supplied path does not exist on the file system.

That feels too strict given webpack is able to generate the directory.

bebraw commented 8 years ago

Ah, resolve kicked in. Good catch. 👍