@atlaspack/reporter-cli 2.15.1-canary.98 → 2.15.1-canary.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/CLIReporter.js +4 -2
- package/lib/CLIReporter.js.map +1 -1
- package/package.json +6 -6
- package/src/CLIReporter.js +13 -6
package/lib/CLIReporter.js
CHANGED
|
@@ -7671,8 +7671,10 @@ async function $8d599e7fbf3e1a1b$export$12358408d9820617(event, options) {
|
|
|
7671
7671
|
if (logLevelFilter < (0, $1872afea1de141e6$export$2e2bcd8739ae039).info) break;
|
|
7672
7672
|
$8d599e7fbf3e1a1b$var$phaseStartTimes['buildSuccess'] = Date.now();
|
|
7673
7673
|
(0, $4d92a08f685d99f5$export$82e857520ce3d14e)('buildProgress', 'success', (0, ($parcel$interopDefault($7rpTs$chalk))).green.bold(`Built in ${(0, $7rpTs$atlaspackutils.prettifyTime)(event.buildTime)}`));
|
|
7674
|
-
if (options.mode === 'production')
|
|
7675
|
-
|
|
7674
|
+
if (options.mode === 'production') {
|
|
7675
|
+
if ((0, $7rpTs$atlaspackutils.debugTools)['simple-cli-reporter']) (0, $4d92a08f685d99f5$export$884654df4f63b5f8)(`\u{1F6E0}\u{FE0F} Built ${event.bundleGraph.getBundles().length} bundles.`);
|
|
7676
|
+
else await (0, $565fa1f0fc4cbdbd$export$2e2bcd8739ae039)(event.bundleGraph, options.outputFS, options.projectRoot, options.detailedReport?.assetsPerBundle);
|
|
7677
|
+
} else $8d599e7fbf3e1a1b$var$pendingIncrementalBuild = true;
|
|
7676
7678
|
if (process.env.ATLASPACK_SHOW_PHASE_TIMES) (0, $8f1b496691f71eed$export$2e2bcd8739ae039)($8d599e7fbf3e1a1b$var$phaseStartTimes);
|
|
7677
7679
|
break;
|
|
7678
7680
|
case 'buildFailure':
|