mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
feat: display multiple vio/bundle-stats-action
https://github.com/vio/bundle-stats-action/issues/78#issuecomment-905925925
This commit is contained in:
parent
ae349cc5d9
commit
72dcfa84ff
2 changed files with 28 additions and 3 deletions
|
|
@ -45,6 +45,10 @@ exports.main = _.compact([
|
|||
plugins: ['ExternalsPlugin'],
|
||||
}),
|
||||
new WebpackBar(),
|
||||
process.env.NODE_ENV === 'production'
|
||||
? // eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
||||
new BundleAnalyzerPlugin({ generateStatsFile: true, analyzerMode: 'disabled', statsFilename: '../../out/webpack-stats-main.json' })
|
||||
: undefined,
|
||||
]);
|
||||
|
||||
exports.renderer = _.compact([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue