@absolutejs/absolute 0.19.0-beta.391 → 0.19.0-beta.392
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 +9 -1
- package/dist/build.js.map +3 -3
- package/dist/index.js +9 -1
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -175003,6 +175003,14 @@ ${content.slice(firstUseIdx)}`;
|
|
|
175003
175003
|
...cssOutputs
|
|
175004
175004
|
], buildPath)
|
|
175005
175005
|
};
|
|
175006
|
+
if (hmr) {
|
|
175007
|
+
for (const indexPath of svelteIndexPaths) {
|
|
175008
|
+
const baseName = basename8(indexPath).replace(/\.[^.]+$/, "");
|
|
175009
|
+
if (!baseName)
|
|
175010
|
+
continue;
|
|
175011
|
+
manifest[`${toPascal(baseName)}Index`] = indexPath;
|
|
175012
|
+
}
|
|
175013
|
+
}
|
|
175006
175014
|
for (const artifact of serverOutputs) {
|
|
175007
175015
|
const fileWithHash = basename8(artifact.path);
|
|
175008
175016
|
const [baseName] = fileWithHash.split(`.${artifact.hash}.`);
|
|
@@ -187581,5 +187589,5 @@ export {
|
|
|
187581
187589
|
ANGULAR_INIT_TIMEOUT_MS
|
|
187582
187590
|
};
|
|
187583
187591
|
|
|
187584
|
-
//# debugId=
|
|
187592
|
+
//# debugId=626CD1FCFC12BDEA64756E2164756E21
|
|
187585
187593
|
//# sourceMappingURL=index.js.map
|