align devServer definition with #26895 by removing it in v3 also (#27287)

This commit is contained in:
joma74
2018-07-15 07:16:23 +02:00
committed by John Reilly
parent f9a9d0bea8
commit 57ab455b32

View File

@@ -85,8 +85,6 @@ declare namespace webpack {
watchOptions?: Options.WatchOptions;
/** Switch loaders to debug mode. */
debug?: boolean;
/** Can be used to configure the behaviour of webpack-dev-server when the webpack config is passed to webpack-dev-server CLI. */
devServer?: any; // TODO: Type this
/** Include polyfills or mocks for various node stuff */
node?: Node | false;
/** Set the value of require.amd and define.amd. */