Skip to content

Commit

Permalink
add missing hooks to progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Nov 4, 2018
1 parent 56d8a8f commit 3d74504
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ProgressPlugin.js
Expand Up @@ -209,6 +209,8 @@ class ProgressPlugin {
const hooks = {
finishModules: "finish module graph",
seal: "sealing",
beforeChunks: "chunk graph",
afterChunks: "after chunk graph",
optimizeDependenciesBasic: "basic dependencies optimization",
optimizeDependencies: "dependencies optimization",
optimizeDependenciesAdvanced: "advanced dependencies optimization",
Expand Down Expand Up @@ -243,6 +245,7 @@ class ProgressPlugin {
recordModules: "record modules",
recordChunks: "record chunks",
beforeHash: "hashing",
contentHash: "content hashing",
afterHash: "after hashing",
recordHash: "record hash",
beforeModuleAssets: "module assets processing",
Expand Down

0 comments on commit 3d74504

Please sign in to comment.