js-dxtools / webpack-validator

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

support the `progress` top-level attribute #110

Closed travi closed 8 years ago

travi commented 8 years ago

setting progress: false is helpful for removing the noise that appears in the output of a CI server build since the progress percentage doesn't update in-place like it does in a true terminal. However, when i have this setting in my config, i am warned about it: [1] "progress" is not allowed. any reason that this isn't allowed by the validator?

bebraw commented 8 years ago

It's just missing from the schema. A PR could be welcome unless someone gets to it first. 👍

nyrosmith commented 8 years ago

I close this as it seems we have it already implemented. Feel free to reopen if there are still issues with the "progress" prop