mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-03 19:42:27 +08:00
This commit is contained in:
2
types/webpack/v3/index.d.ts
vendored
2
types/webpack/v3/index.d.ts
vendored
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user