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 cf7400a commit 31d37c6Copy full SHA for 31d37c6
src/compress.js
@@ -54,7 +54,7 @@ function compressFile(filePath) {
54
rule_(rule);
55
}
56
});
57
- fs.writeFileSync(filePath, content, 'utf8');
+ fs.writeFileSync(filePath, compressed, 'utf8');
58
return;
59
60
0 commit comments