Skip to content

Commit 3085567

Browse files
shlenskyyarastqt
authored andcommitted
fix: set booleans_as_integers to false in terser config
1 parent a47b621 commit 3085567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/rollup/terser.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const nameCache = {}
55
module.exports.getTerserConfig = () => ({
66
compress: {
77
arrows: false,
8-
booleans_as_integers: true,
8+
booleans_as_integers: false,
99
booleans: true,
1010
collapse_vars: true,
1111
comparisons: true,

0 commit comments

Comments
 (0)