mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-06-07 00:12:04 +00:00
disable mangle as it breaks things
This commit is contained in:
@@ -40,7 +40,7 @@ async function moveFiles(curPath: string, newPath: string, first = true) {
|
||||
isModule: true,
|
||||
jsc: {
|
||||
minify: {
|
||||
mangle: !process.argv.includes("watch"),
|
||||
mangle: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -48,7 +48,7 @@ async function moveFiles(curPath: string, newPath: string, first = true) {
|
||||
minify: !process.argv.includes("watch"),
|
||||
jsc: {
|
||||
minify: {
|
||||
mangle: !process.argv.includes("watch"),
|
||||
mangle: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user