1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

fix minification

This commit is contained in:
zumbiepig 2024-08-30 21:17:49 -07:00
parent 4c15fa2286
commit 68909ee789
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -34,7 +34,11 @@ await build({
entrypoints: srcFilesArr,
outdir: './public/',
root: './src/',
minify: true,
minify: {
syntax: true,
whitespace: true,
identifiers: false,
},
});
console.log(chalk.cyan('Obfuscating JavaScript...\n'));