Skip to content

Commit 4722d21

Browse files
committed
fix: set hoits_vars to false
Reduces the size a bit
1 parent b3d00af commit 4722d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.terserrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
"compress": {
66
"ecma": "2018", // Change based on the target
77
// "toplevel": true, // controlled by Parcel
8-
"hoist_vars": true,
8+
"hoist_vars": false,
99
"hoist_funs": true,
1010
"pure_getters": true,
1111
"unsafe": true,

0 commit comments

Comments
 (0)