@absolutejs/absolute 0.19.0-beta.143 → 0.19.0-beta.145
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/dev/client/handlers/vue.ts +10 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -203884,6 +203884,7 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
|
|
|
203884
203884
|
}
|
|
203885
203885
|
}
|
|
203886
203886
|
const serverDuration = Date.now() - startTime;
|
|
203887
|
+
const forceReload = nonVueFiles.length > 0;
|
|
203887
203888
|
for (const changedFile of vueFiles) {
|
|
203888
203889
|
const pageModuleUrl = await getModuleUrl(changedFile);
|
|
203889
203890
|
state.lastHmrPath = changedFile;
|
|
@@ -203891,6 +203892,7 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
|
|
|
203891
203892
|
broadcastToClients(state, {
|
|
203892
203893
|
data: {
|
|
203893
203894
|
changeType: "full",
|
|
203895
|
+
forceReload,
|
|
203894
203896
|
framework: "vue",
|
|
203895
203897
|
manifest: state.manifest,
|
|
203896
203898
|
pageModuleUrl,
|
|
@@ -205090,5 +205092,5 @@ export {
|
|
|
205090
205092
|
build
|
|
205091
205093
|
};
|
|
205092
205094
|
|
|
205093
|
-
//# debugId=
|
|
205095
|
+
//# debugId=E9AD4B032EEC119F64756E2164756E21
|
|
205094
205096
|
//# sourceMappingURL=build.js.map
|