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 c11d069 commit 31f3df7Copy full SHA for 31f3df7
packages/react-scripts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@karambasecurity/react-scripts",
3
- "version": "1.0.17-kar.9",
+ "version": "1.0.17-kar.10",
4
"description": "Configuration and scripts for Create React App.",
5
"repository": "Pavek/create-react-app",
6
"license": "MIT",
packages/react-scripts/scripts/build.js
@@ -76,7 +76,8 @@ measureFileSizesBeforeBuild(paths.appBuild)
76
' to the line before.\n'
77
);
78
} else {
79
- console.log(chalk.green('[Client] Compiled successfully.\n'));
+ const { time } = stats.toJson({ timings: true });
80
+ console.log(chalk.green('[Client] Compiled successfully after'), chalk.white(time + ' ms'));
81
}
82
83
console.log('[Client] File sizes after gzip:');
0 commit comments