-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
webpack-dev-server should validate it's configuration against a schema, just like webpack v2 does.
The plan is to add a hook to webpack. This hook validates the given schema against the given options. So before we can start on this ticket, webpack needs to provide this hook for us.
Note that this should also work for webpack-dev-middleware.
Part two will be about having even more config validation; e.g. warning if a combination of options doesn't work.