Skip to content

Commit cfe214b

Browse files
moonglumFND
andauthored
Fixup for compaction
Co-authored-by: FND <[email protected]>
1 parent 71543b2 commit cfe214b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bundle/swc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ exports.generateSWCConfig = function({ esnext, typescript, jsx, sourcemaps, brow
5252

5353
let mangle = compact === "mangle";
5454
if(mangle || compact === "minify") {
55-
var minify = true;
55+
var minify = true; // eslint-disable-line no-var
5656
jsc.minify = { compress: false, mangle };
5757
}
5858

0 commit comments

Comments
 (0)