@absolutejs/absolute 0.19.0-beta.87 → 0.19.0-beta.88
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 +5 -4
- package/dist/build.js.map +3 -3
- package/dist/index.js +5 -4
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -204394,10 +204394,11 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
|
|
|
204394
204394
|
if (wasSubprocess) {
|
|
204395
204395
|
const dataFile = (filesToRebuild ?? []).find((f) => f.endsWith(".ts") && !f.endsWith(".d.ts"));
|
|
204396
204396
|
if (dataFile) {
|
|
204397
|
-
|
|
204398
|
-
|
|
204399
|
-
logHmrUpdate(state.lastHmrPath, "react", duration);
|
|
204397
|
+
const path = relative9(process.cwd(), dataFile).replace(/\\/g, "/");
|
|
204398
|
+
logHmrUpdate(path, "react", duration);
|
|
204400
204399
|
}
|
|
204400
|
+
state.lastHmrPath = undefined;
|
|
204401
|
+
state.lastHmrFramework = undefined;
|
|
204401
204402
|
}
|
|
204402
204403
|
sendTelemetryEvent("hmr:rebuild-complete", {
|
|
204403
204404
|
durationMs: duration,
|
|
@@ -204924,5 +204925,5 @@ export {
|
|
|
204924
204925
|
build
|
|
204925
204926
|
};
|
|
204926
204927
|
|
|
204927
|
-
//# debugId=
|
|
204928
|
+
//# debugId=3BD1E70D757567BA64756E2164756E21
|
|
204928
204929
|
//# sourceMappingURL=build.js.map
|