@absolutejs/absolute 0.19.0-beta.1056 → 0.19.0-beta.1057

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
@@ -31207,7 +31207,8 @@ ${content.slice(firstUseIdx)}`;
31207
31207
  const childArtifact = serverJsByPascalName.get(childName);
31208
31208
  if (!childArtifact)
31209
31209
  return [];
31210
- const cssPath = childArtifact.path.replace(/\.js$/, ".css");
31210
+ const absoluteCssPath = childArtifact.path.replace(/\.js$/, ".css");
31211
+ const cssPath = relative14(dirname20(parentArtifact.path), absoluteCssPath);
31211
31212
  return [{ cssPath, path }];
31212
31213
  });
31213
31214
  if (entries.length === 0)
@@ -46572,5 +46573,5 @@ export {
46572
46573
  ANGULAR_INIT_TIMEOUT_MS
46573
46574
  };
46574
46575
 
46575
- //# debugId=750C6572D2856D9964756E2164756E21
46576
+ //# debugId=3A647B9E0B0A845E64756E2164756E21
46576
46577
  //# sourceMappingURL=index.js.map