@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/dist/index.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();
@@ -271322,5 +271321,5 @@ export {
271322
271321
  BUN_BUILD_WARNING_SUPPRESSION
271323
271322
  };
271324
271323
 
271325
- //# debugId=7E7B66642F6FAB6764756E2164756E21
271324
+ //# debugId=8AE286AD639EAD8164756E2164756E21
271326
271325
  //# sourceMappingURL=index.js.map