diff --git a/index.d.ts b/index.d.ts index ac07ff4..ed0d8ad 100644 --- a/index.d.ts +++ b/index.d.ts @@ -61,8 +61,9 @@ declare module 'webpack-plugin-serve' { export interface WebpackPluginServeOptions { client?: { - address: string; - retry: boolean; + address?: string; + retry?: boolean; + silent?: boolean; }; compress?: boolean; historyFallback?: boolean | HistoryApiFallbackOptions;