@atlaspack/reporter-cli 2.15.1-canary.99 → 2.15.1-dev.1c70d50f9.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/CHANGELOG.md +0 -9
- package/lib/CLIReporter.js +2 -4
- package/lib/CLIReporter.js.map +1 -1
- package/package.json +6 -6
- package/src/CLIReporter.js +6 -13
package/CHANGELOG.md
CHANGED
package/lib/CLIReporter.js
CHANGED
|
@@ -7671,10 +7671,8 @@ 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
|
-
|
|
7676
|
-
else await (0, $565fa1f0fc4cbdbd$export$2e2bcd8739ae039)(event.bundleGraph, options.outputFS, options.projectRoot, options.detailedReport?.assetsPerBundle);
|
|
7677
|
-
} else $8d599e7fbf3e1a1b$var$pendingIncrementalBuild = true;
|
|
7674
|
+
if (options.mode === 'production') await (0, $565fa1f0fc4cbdbd$export$2e2bcd8739ae039)(event.bundleGraph, options.outputFS, options.projectRoot, options.detailedReport?.assetsPerBundle);
|
|
7675
|
+
else $8d599e7fbf3e1a1b$var$pendingIncrementalBuild = true;
|
|
7678
7676
|
if (process.env.ATLASPACK_SHOW_PHASE_TIMES) (0, $8f1b496691f71eed$export$2e2bcd8739ae039)($8d599e7fbf3e1a1b$var$phaseStartTimes);
|
|
7679
7677
|
break;
|
|
7680
7678
|
case 'buildFailure':
|