Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add stats to config
  • Loading branch information
mohsen1 committed Oct 16, 2016
1 parent da2ec68 commit e8141a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack/webpack.d.ts
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 e8141a0

Please sign in to comment.