You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure devserver client options are configurable (#2034)
* fix: ensure devserver client options are configurable
When a custom `webpackConfig.devServer.client` option is set, they are
currently being overridden by the `baseConfig.client` field.
Ensure that field is extendible by consumers while also ensuring the
base config values stay fixed.
#2033
* fix: ensure all devServer options are overridable; add tests
0 commit comments