@absolutejs/absolute 0.19.0-beta.74 → 0.19.0-beta.75
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
|
@@ -142,6 +142,7 @@ var createFreshReadPlugin = (changedFiles) => {
|
|
|
142
142
|
name: "fresh-read",
|
|
143
143
|
setup(build2) {
|
|
144
144
|
build2.onLoad({ filter: pattern }, async (args) => {
|
|
145
|
+
console.log(`[fresh-read] onLoad: ${args.path}`);
|
|
145
146
|
const normalized = args.path.replace(/\\/g, "/");
|
|
146
147
|
if (!changed.has(normalized))
|
|
147
148
|
return;
|
|
@@ -205304,5 +205305,5 @@ export {
|
|
|
205304
205305
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205305
205306
|
};
|
|
205306
205307
|
|
|
205307
|
-
//# debugId=
|
|
205308
|
+
//# debugId=6029E224354C289564756E2164756E21
|
|
205308
205309
|
//# sourceMappingURL=index.js.map
|