@absolutejs/absolute 0.17.15 → 0.17.16
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/prettier.cache.json +7 -7
- package/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/build.js +1 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +1 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -270200,7 +270200,6 @@ var handleAngularUpdate = async (angularFilePath, manifest, buildDir) => {
|
|
|
270200
270200
|
console.warn = origWarn;
|
|
270201
270201
|
}
|
|
270202
270202
|
if (response.status !== 200) {
|
|
270203
|
-
console.warn("[Angular HMR] SSR returned status", response.status, "\u2014 falling back to reload");
|
|
270204
270203
|
return null;
|
|
270205
270204
|
}
|
|
270206
270205
|
const html = await response.text();
|
|
@@ -271068,5 +271067,5 @@ export {
|
|
|
271068
271067
|
build
|
|
271069
271068
|
};
|
|
271070
271069
|
|
|
271071
|
-
//# debugId=
|
|
271070
|
+
//# debugId=BA992829738C1F9264756E2164756E21
|
|
271072
271071
|
//# sourceMappingURL=build.js.map
|