@absolutejs/absolute 0.19.0-beta.122 → 0.19.0-beta.123
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/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.js +7 -5
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -205580,10 +205580,12 @@ var prepare = async (configOrPath) => {
|
|
|
205580
205580
|
warmCache2(`${SRC_URL_PREFIX2}${rel}`);
|
|
205581
205581
|
}
|
|
205582
205582
|
}
|
|
205583
|
-
|
|
205584
|
-
|
|
205585
|
-
|
|
205586
|
-
|
|
205583
|
+
if (config.dev?.https) {
|
|
205584
|
+
globalThis.__http2Config = {
|
|
205585
|
+
hmrState: result.hmrState,
|
|
205586
|
+
manifest: result.manifest
|
|
205587
|
+
};
|
|
205588
|
+
}
|
|
205587
205589
|
const hmrPlugin = hmr2(result.hmrState, result.manifest, moduleHandler);
|
|
205588
205590
|
const devIndexDir = resolve23(buildDir, "_src_indexes");
|
|
205589
205591
|
for (const key of Object.keys(result.manifest)) {
|
|
@@ -205802,5 +205804,5 @@ export {
|
|
|
205802
205804
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205803
205805
|
};
|
|
205804
205806
|
|
|
205805
|
-
//# debugId=
|
|
205807
|
+
//# debugId=2C01AC5C57FE055564756E2164756E21
|
|
205806
205808
|
//# sourceMappingURL=index.js.map
|