diff --git a/webpack/webpack.d.ts b/webpack/webpack.d.ts index 42dbc81e052875..a5a26707445e9d 100644 --- a/webpack/webpack.d.ts +++ b/webpack/webpack.d.ts @@ -63,6 +63,8 @@ declare module "webpack" { recordsOutputPath?: string; /** Add additional plugins to the compiler. */ plugins?: (Plugin|Function)[]; + /** Configure Webpack stats (for logging) */ + stats?: StatsToJsonOptions; } interface Entry {