1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-09-07 07:51:34 -07:00
parent 5d939b1553
commit 2e4e1685c4
3 changed files with 12 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ if (!isDev) {
outputPath,
javascriptObfuscator
.obfuscate(readFileSync(outputPath, 'utf-8'), {
optionsPreset: 'high-obfuscation',
//optionsPreset: 'medium-obfuscation',
target: 'browser',
})
.getObfuscatedCode()