@absolutejs/absolute 0.19.0-beta.77 → 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;
@@ -204250,7 +204250,7 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
204250
204250
  }
204251
204251
  if (config.reactDirectory && affectedFrameworks.includes("react")) {
204252
204252
  await handleReactFastPath(state, config, files, startTime, onRebuildComplete);
204253
- files.filter((f) => detectFramework(f, state.resolvedPaths) === "react").forEach((f) => handled.add(f));
204253
+ files.filter((f) => detectFramework(f, state.resolvedPaths) === "react" && (f.endsWith(".tsx") || f.endsWith(".jsx"))).forEach((f) => handled.add(f));
204254
204254
  }
204255
204255
  if (config.svelteDirectory && affectedFrameworks.includes("svelte")) {
204256
204256
  await handleSvelteFastPath(state, config, files, startTime, onRebuildComplete);
@@ -204902,5 +204902,5 @@ export {
204902
204902
  build
204903
204903
  };
204904
204904
 
204905
- //# debugId=E8E82C0333FF86BF64756E2164756E21
204905
+ //# debugId=8F08FB4D89C9B2D064756E2164756E21
204906
204906
  //# sourceMappingURL=build.js.map