mirror of
https://github.com/FMS-Cat/condition.git
synced 2025-08-19 11:51:24 +02:00
fix: Tweak mangler options
This commit is contained in:
@@ -23,10 +23,12 @@ const terserOptions = {
|
||||
mangle: {
|
||||
properties: {
|
||||
regex: /.+/,
|
||||
keep_quoted: true,
|
||||
reserved: [
|
||||
// material tags
|
||||
'forward',
|
||||
'deferred',
|
||||
'cubemap',
|
||||
'depth',
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user