@absolutejs/absolute 0.19.0-beta.141 → 0.19.0-beta.142
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/build.js +3 -1
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -1
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -203387,6 +203387,8 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
|
|
|
203387
203387
|
if (framework === "unknown") {
|
|
203388
203388
|
const { invalidate: invalidate2 } = (init_transformCache(), __toCommonJS(exports_transformCache));
|
|
203389
203389
|
invalidate2(resolve21(filePath));
|
|
203390
|
+
const relPath = relative9(process.cwd(), filePath);
|
|
203391
|
+
logHmrUpdate(relPath);
|
|
203390
203392
|
return;
|
|
203391
203393
|
}
|
|
203392
203394
|
if (!state.fileChangeQueue.has(framework)) {
|
|
@@ -205735,5 +205737,5 @@ export {
|
|
|
205735
205737
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205736
205738
|
};
|
|
205737
205739
|
|
|
205738
|
-
//# debugId=
|
|
205740
|
+
//# debugId=AE66091F7DD60BA664756E2164756E21
|
|
205739
205741
|
//# sourceMappingURL=index.js.map
|