mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
fix minification
This commit is contained in:
parent
a25c6d1b15
commit
6ef8cc87dc
6
build.ts
6
build.ts
@ -34,7 +34,11 @@ await build({
|
|||||||
entrypoints: srcFilesArr,
|
entrypoints: srcFilesArr,
|
||||||
outdir: './public/',
|
outdir: './public/',
|
||||||
root: './src/',
|
root: './src/',
|
||||||
minify: true,
|
minify: {
|
||||||
|
syntax: true,
|
||||||
|
whitespace: true,
|
||||||
|
identifiers: false,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(chalk.cyan('Obfuscating JavaScript...\n'));
|
console.log(chalk.cyan('Obfuscating JavaScript...\n'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user