add: auto update launcher

This commit is contained in:
2025-07-08 02:30:35 +05:00
parent 5cd483209f
commit 31a26dc1ce
11 changed files with 132 additions and 20 deletions

View File

@ -36,9 +36,15 @@ const configuration: webpack.Configuration = {
},
optimization: {
minimize: false,
minimizer: [
new TerserPlugin({
parallel: true,
terserOptions: {
ecma: 2020,
keep_classnames: true,
keep_fnames: true,
},
}),
],
},