@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/angular/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/build.js +3 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -2
- package/dist/index.js.map +3 -3
- package/dist/vue/index.js +80 -78
- package/dist/vue/index.js.map +3 -3
- package/dist/vue/server.js +17 -15
- package/dist/vue/server.js.map +3 -3
- package/package.json +1 -1
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
|
|
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=
|
|
46576
|
+
//# debugId=3A647B9E0B0A845E64756E2164756E21
|
|
46576
46577
|
//# sourceMappingURL=index.js.map
|