Add a validation step for the provided options object
dsebastien opened this issue · 0 comments
dsebastien commented
If an options object is passed to the build, then it should be validated to fail fast:
- ensure that all passed parameters are known/not deprecated
- display warnings/errors if a deprecated or unknown option has been given