fix: Tweak mangler options

This commit is contained in:
FMS-Cat
2021-03-29 23:15:41 +09:00
parent 7218445243
commit 38a4b33cb7

View File

@@ -23,10 +23,12 @@ const terserOptions = {
mangle: {
properties: {
regex: /.+/,
keep_quoted: true,
reserved: [
// material tags
'forward',
'deferred',
'cubemap',
'depth',
]
},