@absolutejs/absolute 0.19.0-beta.949 → 0.19.0-beta.950

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
@@ -12990,7 +12990,10 @@ export const __ABSOLUTE_PAGE_USES_LEGACY_ANIMATIONS__ = true;
12990
12990
  ...candidatePaths.map((file4) => resolve23(file4)),
12991
12991
  ...compiledFallbackPaths
12992
12992
  ];
12993
- let candidate = normalizedCandidates.find((file4) => existsSync17(file4) && file4.endsWith(`${sep3}pages${sep3}${jsName}`));
12993
+ let candidate = normalizedCandidates.find((file4) => existsSync17(file4) && file4.endsWith(`${sep3}${relativeEntry}`));
12994
+ if (!candidate) {
12995
+ candidate = normalizedCandidates.find((file4) => existsSync17(file4) && file4.endsWith(`${sep3}pages${sep3}${jsName}`));
12996
+ }
12994
12997
  if (!candidate) {
12995
12998
  candidate = normalizedCandidates.find((file4) => existsSync17(file4) && file4.endsWith(`${sep3}${jsName}`));
12996
12999
  }
@@ -33326,5 +33329,5 @@ export {
33326
33329
  ANGULAR_INIT_TIMEOUT_MS
33327
33330
  };
33328
33331
 
33329
- //# debugId=A0C3830E747857F064756E2164756E21
33332
+ //# debugId=95C7C917B738012264756E2164756E21
33330
33333
  //# sourceMappingURL=index.js.map