mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
lint: dprint
This commit is contained in:
parent
a3bd62846d
commit
830e11aa77
151 changed files with 2071 additions and 1541 deletions
|
|
@ -50,8 +50,8 @@ exports.main = _.compact([
|
|||
}),
|
||||
process.env.NODE_ENV === 'production' ? undefined : 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' })
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
||||
? new BundleAnalyzerPlugin({ generateStatsFile: true, analyzerMode: 'disabled', statsFilename: '../../out/webpack-stats-main.json' })
|
||||
: undefined,
|
||||
]);
|
||||
|
||||
|
|
@ -78,7 +78,7 @@ exports.renderer = _.compact([
|
|||
// ),
|
||||
process.env.NODE_ENV === 'production' ? undefined : 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-renderer.json' })
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
||||
? new BundleAnalyzerPlugin({ generateStatsFile: true, analyzerMode: 'disabled', statsFilename: '../../out/webpack-stats-renderer.json' })
|
||||
: undefined,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue