Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj authored Oct 2, 2023
1 parent 3367966 commit cf537fa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,15 @@ if (mode === "production") {
]
},
plugins: [
new webpack.ProgressPlugin(),
new webpack.ProgressPlugin
({
activeModules: false,
entries: true,
modules: true,
profile: true,
dependencies: true,
percentBy: 'entries',
})
]
}
} else {
Expand Down

0 comments on commit cf537fa

Please sign in to comment.