@absolutejs/absolute 0.19.0-beta.105 → 0.19.0-beta.106

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
@@ -171562,6 +171562,7 @@ var isDev, extractBuildError = (logs, pass, label, frameworkNames, isIncremental
171562
171562
  const reactClientLogs = reactClientResult?.logs ?? [];
171563
171563
  const reactClientOutputs = reactClientResult?.outputs ?? [];
171564
171564
  if (hmr && reactClientOutputs.length > 0) {
171565
+ console.log(`[build] stripping refresh noop from ${reactClientOutputs.filter((o) => o.kind === "entry-point").length} entry points`);
171565
171566
  const REFRESH_NOOP = "window.$RefreshReg$||(window.$RefreshReg$=function(){});window.$RefreshSig$||(window.$RefreshSig$=function(){return function(t){return t}});";
171566
171567
  for (const output of reactClientOutputs) {
171567
171568
  if (output.kind !== "entry-point")
@@ -204932,5 +204933,5 @@ export {
204932
204933
  build
204933
204934
  };
204934
204935
 
204935
- //# debugId=0D1F63D570A5C7DA64756E2164756E21
204936
+ //# debugId=66565E4F6DE09F0464756E2164756E21
204936
204937
  //# sourceMappingURL=build.js.map