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 81235e1 commit 3693265Copy full SHA for 3693265
lib/Stats.js
@@ -874,7 +874,7 @@ class Stats {
874
colors.green(" [built]");
875
}
876
if (module.assets && module.assets.length) {
877
- colors.magenta(` [${module.assets.length} asset]`);
+ colors.magenta(` [${module.assets.length} asset${module.assets.length === 1 ? "" : "s"}]`);
878
879
if (module.prefetched) {
880
colors.magenta(" [prefetched]");
0 commit comments