@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/index.js
CHANGED
|
@@ -171770,7 +171770,8 @@ var isDev, extractBuildError = (logs, pass, label, frameworkNames, isIncremental
|
|
|
171770
171770
|
for (const srcPath of urlReferencedFiles) {
|
|
171771
171771
|
const rel = relative7(projectRoot, srcPath).replace(/\\/g, "/");
|
|
171772
171772
|
const name = basename5(srcPath);
|
|
171773
|
-
const
|
|
171773
|
+
const mtime = Math.round(statSync(srcPath).mtimeMs);
|
|
171774
|
+
const url = `/@src/${rel}?v=${mtime}`;
|
|
171774
171775
|
urlFileMap.set(name, url);
|
|
171775
171776
|
urlFileMap.set(name.replace(/\.tsx?$/, ".js"), url);
|
|
171776
171777
|
}
|
|
@@ -205696,5 +205697,5 @@ export {
|
|
|
205696
205697
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205697
205698
|
};
|
|
205698
205699
|
|
|
205699
|
-
//# debugId=
|
|
205700
|
+
//# debugId=6D3618035AB14BCF64756E2164756E21
|
|
205700
205701
|
//# sourceMappingURL=index.js.map
|