@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/build.js
CHANGED
|
@@ -55,6 +55,7 @@ var createFreshReadPlugin = (changedFiles) => {
|
|
|
55
55
|
name: "fresh-read",
|
|
56
56
|
setup(build) {
|
|
57
57
|
build.onLoad({ filter: pattern }, async (args) => {
|
|
58
|
+
console.log(`[fresh-read] onLoad: ${args.path}`);
|
|
58
59
|
const normalized = args.path.replace(/\\/g, "/");
|
|
59
60
|
if (!changed.has(normalized))
|
|
60
61
|
return;
|
|
@@ -204899,5 +204900,5 @@ export {
|
|
|
204899
204900
|
build
|
|
204900
204901
|
};
|
|
204901
204902
|
|
|
204902
|
-
//# debugId=
|
|
204903
|
+
//# debugId=03AC8745CF5CE5A764756E2164756E21
|
|
204903
204904
|
//# sourceMappingURL=build.js.map
|