Skip to content

Commit 02598e1

Browse files
🚴 perf: Disable function inlining as it does not work very well.
1 parent 18f3923 commit 02598e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mangle.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"properties": {
55
"regex": "^_[^_]"
66
}
7+
},
8+
"compress": {
9+
"inline": false,
10+
"reduce_funcs": false
711
}
812
},
913
"props": {

0 commit comments

Comments
 (0)