@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/build.js CHANGED
@@ -12687,7 +12687,10 @@ export const __ABSOLUTE_PAGE_USES_LEGACY_ANIMATIONS__ = true;
12687
12687
  ...candidatePaths.map((file3) => resolve20(file3)),
12688
12688
  ...compiledFallbackPaths
12689
12689
  ];
12690
- let candidate = normalizedCandidates.find((file3) => existsSync16(file3) && file3.endsWith(`${sep3}pages${sep3}${jsName}`));
12690
+ let candidate = normalizedCandidates.find((file3) => existsSync16(file3) && file3.endsWith(`${sep3}${relativeEntry}`));
12691
+ if (!candidate) {
12692
+ candidate = normalizedCandidates.find((file3) => existsSync16(file3) && file3.endsWith(`${sep3}pages${sep3}${jsName}`));
12693
+ }
12691
12694
  if (!candidate) {
12692
12695
  candidate = normalizedCandidates.find((file3) => existsSync16(file3) && file3.endsWith(`${sep3}${jsName}`));
12693
12696
  }
@@ -24518,5 +24521,5 @@ export {
24518
24521
  build
24519
24522
  };
24520
24523
 
24521
- //# debugId=E187E589A388125A64756E2164756E21
24524
+ //# debugId=B8826CA959AD016E64756E2164756E21
24522
24525
  //# sourceMappingURL=build.js.map