diff --git a/mangle.json b/mangle.json index ae30e15..fa06ea5 100644 --- a/mangle.json +++ b/mangle.json @@ -2,7 +2,16 @@ "minify": { "mangle": { "properties": { - "regex": "^_[^_]" + "regex": "^_[^_]", + "reserved": [ + "_zeros", + "_trim_positive", + "_sub", + "_pow_double", + "_alloc", + "_copy", + "_idivmod" + ] } } },