@absolutejs/absolute 0.19.0-beta.159 → 0.19.0-beta.160
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 +2 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -204055,7 +204055,7 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
|
|
|
204055
204055
|
const forceReload = nonVueFiles.length > 0;
|
|
204056
204056
|
for (const changedFile of vueFiles) {
|
|
204057
204057
|
const pageModuleUrl = await getModuleUrl(changedFile);
|
|
204058
|
-
state.lastHmrPath = changedFile;
|
|
204058
|
+
state.lastHmrPath = nonVueFiles.length > 0 ? nonVueFiles[0] : changedFile;
|
|
204059
204059
|
state.lastHmrFramework = "vue";
|
|
204060
204060
|
broadcastToClients(state, {
|
|
204061
204061
|
data: {
|
|
@@ -205922,5 +205922,5 @@ export {
|
|
|
205922
205922
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205923
205923
|
};
|
|
205924
205924
|
|
|
205925
|
-
//# debugId=
|
|
205925
|
+
//# debugId=004261EABAFB424164756E2164756E21
|
|
205926
205926
|
//# sourceMappingURL=index.js.map
|