Skip to content

Commit

Permalink
Add stats to config
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 authored and Mohsen Azimi committed Oct 19, 2016
1 parent 4a3c019 commit bbff505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack/webpack.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bbff505

Please sign in to comment.