@absolutejs/absolute 0.19.0-beta.221 → 0.19.0-beta.222

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
@@ -172390,17 +172390,22 @@ ${content.slice(firstUseIdx)}`;
172390
172390
  ...cssLogs
172391
172391
  ];
172392
172392
  outputLogs(allLogs);
172393
+ const conventionBaseNames = new Set(conventionServerPaths.map((p) => basename6(p).replace(/\.[^.]+$/, "")));
172394
+ const pageServerOutputs = serverOutputs.filter((artifact) => {
172395
+ const fileWithHash = basename6(artifact.path);
172396
+ const [baseName] = fileWithHash.split(`.${artifact.hash}.`);
172397
+ return !baseName || !conventionBaseNames.has(baseName);
172398
+ });
172393
172399
  const manifest = {
172394
172400
  ...options?.baseManifest || {},
172395
172401
  ...generateManifest([
172396
- ...serverOutputs,
172402
+ ...pageServerOutputs,
172397
172403
  ...reactClientOutputs,
172398
172404
  ...nonReactClientOutputs,
172399
172405
  ...cssOutputs
172400
172406
  ], buildPath)
172401
172407
  };
172402
172408
  const conventionCompiledToBundled = new Map;
172403
- const conventionBaseNames = new Set(conventionServerPaths.map((p) => basename6(p).replace(/\.[^.]+$/, "")));
172404
172409
  for (const artifact of serverOutputs) {
172405
172410
  const fileWithHash = basename6(artifact.path);
172406
172411
  const [baseName] = fileWithHash.split(`.${artifact.hash}.`);
@@ -177046,5 +177051,5 @@ export {
177046
177051
  build
177047
177052
  };
177048
177053
 
177049
- //# debugId=85B3F945BCC198B964756E2164756E21
177054
+ //# debugId=700C8871C04D30C964756E2164756E21
177050
177055
  //# sourceMappingURL=build.js.map