Skip to content

Commit

Permalink
🔨 config(build): Avoid mangling dependency props.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Mar 23, 2021
1 parent 507baba commit 1e4e010
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
"minify": {
"mangle": {
"properties": {
"regex": "^_[^_]"
"regex": "^_[^_]",
"reserved": [
"_zeros",
"_trim_positive",
"_sub",
"_pow_double",
"_alloc",
"_copy",
"_idivmod"
]
}
}
},
Expand Down

0 comments on commit 1e4e010

Please sign in to comment.