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