@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/angular/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/angular/index.js +5 -2
- package/dist/angular/index.js.map +3 -3
- package/dist/angular/server.js +5 -2
- package/dist/angular/server.js.map +3 -3
- package/dist/build.js +5 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +5 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
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}
|
|
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=
|
|
24524
|
+
//# debugId=B8826CA959AD016E64756E2164756E21
|
|
24522
24525
|
//# sourceMappingURL=build.js.map
|