Skip to content

Commit 34b6b74

Browse files
committed
Enable better dead-code elimination
1 parent a359a10 commit 34b6b74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.swcrc

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"parser": {
1212
"syntax": "typescript",
1313
"tsx": false
14+
},
15+
"minify": {
16+
"compress": {
17+
"unused": true
18+
}
1419
}
1520
}
1621
}

0 commit comments

Comments
 (0)