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 2b1b1a5 commit 84371e0Copy full SHA for 84371e0
scripts/report_binary_size.js
@@ -60,7 +60,7 @@ function generateReportForNPMPackages() {
60
if (packageJson[field]) {
61
const filePath = `${package.location}/${packageJson[field]}`;
62
63
- const rawCode = fs.readFileSync(filePath, "utf-8");
+ const rawCode = fs.readFileSync(filePath, 'utf-8');
64
65
// remove comments and whitespaces, then get size
66
const { code } = terser.minify(rawCode, {
0 commit comments