From 57ab455b323de6613eae61ffc2762a5ec25350c9 Mon Sep 17 00:00:00 2001 From: joma74 Date: Sun, 15 Jul 2018 07:16:23 +0200 Subject: [PATCH] align devServer definition with #26895 by removing it in v3 also (#27287) --- types/webpack/v3/index.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/webpack/v3/index.d.ts b/types/webpack/v3/index.d.ts index 41eec9a4d8..a149e285f6 100644 --- a/types/webpack/v3/index.d.ts +++ b/types/webpack/v3/index.d.ts @@ -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. */