@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/dist/build.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: {
@@ -205260,5 +205260,5 @@ export {
205260
205260
  build
205261
205261
  };
205262
205262
 
205263
- //# debugId=895358B52BA6BBCD64756E2164756E21
205263
+ //# debugId=B3426F5AD1EAD5BC64756E2164756E21
205264
205264
  //# sourceMappingURL=build.js.map