Skip to content

Commit

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

mode: "production",

stats: { assets: true },

target: "electron-main",

entry: {
Expand Down
2 changes: 2 additions & 0 deletions .erb/configs/webpack.config.renderer.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ const configuration: webpack.Configuration = {

target: ["web", "electron-renderer"],

stats: { assets: true },

entry: [path.join(webpackPaths.srcRendererPath, "index.tsx")],

output: {
Expand Down

0 comments on commit 508ab59

Please sign in to comment.