@absolutejs/absolute 0.19.0-beta.84 → 0.19.0-beta.85

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/index.js CHANGED
@@ -204331,7 +204331,7 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
204331
204331
  const hasNonComponentFiles = (filesToRebuild ?? []).some((f) => f.endsWith(".ts") && !f.endsWith(".d.ts"));
204332
204332
  const buildConfig = {
204333
204333
  ...config,
204334
- incrementalFiles: filesToRebuild && filesToRebuild.length > 0 ? filesToRebuild : undefined,
204334
+ incrementalFiles: hasNonComponentFiles ? undefined : filesToRebuild && filesToRebuild.length > 0 ? filesToRebuild : undefined,
204335
204335
  options: {
204336
204336
  ...config.options,
204337
204337
  baseManifest: state.manifest,
@@ -205309,5 +205309,5 @@ export {
205309
205309
  ANGULAR_INIT_TIMEOUT_MS
205310
205310
  };
205311
205311
 
205312
- //# debugId=41353F5C4D58103064756E2164756E21
205312
+ //# debugId=7281C878FE13358664756E2164756E21
205313
205313
  //# sourceMappingURL=index.js.map