@absolutejs/absolute 0.19.0-beta.137 → 0.19.0-beta.138
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/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/build.js +3 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -171691,7 +171691,8 @@ var isDev, extractBuildError = (logs, pass, label, frameworkNames, isIncremental
|
|
|
171691
171691
|
for (const srcPath of urlReferencedFiles) {
|
|
171692
171692
|
const rel = relative7(projectRoot, srcPath).replace(/\\/g, "/");
|
|
171693
171693
|
const name = basename5(srcPath);
|
|
171694
|
-
const
|
|
171694
|
+
const mtime = Math.round(statSync(srcPath).mtimeMs);
|
|
171695
|
+
const url = `/@src/${rel}?v=${mtime}`;
|
|
171695
171696
|
urlFileMap.set(name, url);
|
|
171696
171697
|
urlFileMap.set(name.replace(/\.tsx?$/, ".js"), url);
|
|
171697
171698
|
}
|
|
@@ -205034,5 +205035,5 @@ export {
|
|
|
205034
205035
|
build
|
|
205035
205036
|
};
|
|
205036
205037
|
|
|
205037
|
-
//# debugId=
|
|
205038
|
+
//# debugId=DAD6FA92E2A0407064756E2164756E21
|
|
205038
205039
|
//# sourceMappingURL=build.js.map
|