Skip to content

Commit 1e4e010

Browse files
🔨 config(build): Avoid mangling dependency props.
See developit/microbundle#819.
1 parent 507baba commit 1e4e010

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: mangle.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
"minify": {
33
"mangle": {
44
"properties": {
5-
"regex": "^_[^_]"
5+
"regex": "^_[^_]",
6+
"reserved": [
7+
"_zeros",
8+
"_trim_positive",
9+
"_sub",
10+
"_pow_double",
11+
"_alloc",
12+
"_copy",
13+
"_idivmod"
14+
]
615
}
716
}
817
},

0 commit comments

Comments
 (0)