Skip to content

Commit 112acd0

Browse files
🔨 config(build): Setup mangling.
1 parent 2967f9c commit 112acd0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

mangle.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"minify": {
3+
"mangle": {
4+
"properties": {
5+
"regex": "^(_color|isLeaf)$"
6+
}
7+
}
8+
},
9+
"props": {
10+
"props": {
11+
"$_color": "c",
12+
"$isLeaf": "L"
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)