@absolutejs/absolute 0.19.0-beta.78 → 0.19.0-beta.79

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/dist/build.js CHANGED
@@ -171242,7 +171242,7 @@ var isDev, extractBuildError = (logs, pass, label, frameworkNames, isIncremental
171242
171242
  const normalizedIncrementalFiles = incrementalFiles?.map(normalizePath);
171243
171243
  const freshReadPlugins = isIncremental ? [createFreshReadPlugin(incrementalFiles)] : [];
171244
171244
  if (isIncremental) {
171245
- console.log(`[build] incremental with ${incrementalFiles.length} changed files, fresh-read plugin active`);
171245
+ console.log(`[build] incremental with ${incrementalFiles.length} changed files:`, incrementalFiles.map((f) => f.split("/").slice(-2).join("/")));
171246
171246
  }
171247
171247
  const throwOnError = options?.throwOnError === true;
171248
171248
  const hmr = options?.injectHMR === true;
@@ -204902,5 +204902,5 @@ export {
204902
204902
  build
204903
204903
  };
204904
204904
 
204905
- //# debugId=BFCF4C8156C9C72464756E2164756E21
204905
+ //# debugId=8F08FB4D89C9B2D064756E2164756E21
204906
204906
  //# sourceMappingURL=build.js.map