@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 +2 -1
- package/dist/build.js.map +3 -3
- package/dist/index.js +2 -1
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -171641,6 +171641,7 @@ var isDev, extractBuildError = (logs, pass, label, frameworkNames, isIncremental
|
|
|
171641
171641
|
const reactClientLogs = reactClientResult?.logs ?? [];
|
|
171642
171642
|
const reactClientOutputs = reactClientResult?.outputs ?? [];
|
|
171643
171643
|
if (hmr && reactClientOutputs.length > 0) {
|
|
171644
|
+
console.log(`[build] stripping refresh noop from ${reactClientOutputs.filter((o) => o.kind === "entry-point").length} entry points`);
|
|
171644
171645
|
const REFRESH_NOOP = "window.$RefreshReg$||(window.$RefreshReg$=function(){});window.$RefreshSig$||(window.$RefreshSig$=function(){return function(t){return t}});";
|
|
171645
171646
|
for (const output of reactClientOutputs) {
|
|
171646
171647
|
if (output.kind !== "entry-point")
|
|
@@ -205348,5 +205349,5 @@ export {
|
|
|
205348
205349
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205349
205350
|
};
|
|
205350
205351
|
|
|
205351
|
-
//# debugId=
|
|
205352
|
+
//# debugId=2E32E9477B04367664756E2164756E21
|
|
205352
205353
|
//# sourceMappingURL=index.js.map
|