chore(webpack): add script to run stats

This commit is contained in:
Elian Doran
2025-04-04 14:06:48 +03:00
parent 849fd5a2af
commit 9204be3157
3 changed files with 9 additions and 0 deletions

View File

@@ -121,6 +121,11 @@ const config: Configuration = {
stylesheets: path.resolve(rootDir, "src/public/stylesheets")
}
},
stats: {
all: false,
assets: true,
groupAssetsByChunk: true
},
devtool: "nosources-source-map",
target: "electron-renderer"
};