mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
chore(webpack): add script to run stats
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user