Skip to content

Commit a42963c

Browse files
committed
Remove reporting of file sizes from build:prod
1 parent c8efa05 commit a42963c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/app/scripts/build.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ function build(previousSizeMap) {
130130
console.log(chalk.green('Compiled successfully.'));
131131
console.log();
132132

133-
console.log('File sizes after gzip:');
134-
console.log();
135-
printFileSizes(stats, previousSizeMap);
133+
// console.log('File sizes after gzip:');
134+
// console.log();
135+
// printFileSizes(stats, previousSizeMap);
136136

137137
// fs.writeFile(
138138
// paths.appBuild + '/stats.json',

0 commit comments

Comments
 (0)