We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71543b2 commit cfe214bCopy full SHA for cfe214b
lib/bundle/swc.js
@@ -52,7 +52,7 @@ exports.generateSWCConfig = function({ esnext, typescript, jsx, sourcemaps, brow
52
53
let mangle = compact === "mangle";
54
if(mangle || compact === "minify") {
55
- var minify = true;
+ var minify = true; // eslint-disable-line no-var
56
jsc.minify = { compress: false, mangle };
57
}
58
0 commit comments