Skip to content

Commit

Permalink
chore(webpack): show renderer asset stats on build
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Jan 24, 2024
1 parent ec8ea03 commit 111c91f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .erb/configs/webpack.config.main.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ const configuration: webpack.Configuration = {

mode: "production",

stats: { assets: true },

target: "electron-main",

entry: {
Expand Down

0 comments on commit 111c91f

Please sign in to comment.