@absolutejs/absolute 0.19.0-beta.135 → 0.19.0-beta.136
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 +5 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +5 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -171769,7 +171769,10 @@ var isDev, extractBuildError = (logs, pass, label, frameworkNames, isIncremental
|
|
|
171769
171769
|
if (hmr) {
|
|
171770
171770
|
for (const srcPath of urlReferencedFiles) {
|
|
171771
171771
|
const rel = relative7(projectRoot, srcPath).replace(/\\/g, "/");
|
|
171772
|
-
|
|
171772
|
+
const name = basename5(srcPath);
|
|
171773
|
+
const url = `/@src/${rel}`;
|
|
171774
|
+
urlFileMap.set(name, url);
|
|
171775
|
+
urlFileMap.set(name.replace(/\.tsx?$/, ".js"), url);
|
|
171773
171776
|
}
|
|
171774
171777
|
} else {
|
|
171775
171778
|
for (const srcPath of urlReferencedFiles) {
|
|
@@ -205696,5 +205699,5 @@ export {
|
|
|
205696
205699
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205697
205700
|
};
|
|
205698
205701
|
|
|
205699
|
-
//# debugId=
|
|
205702
|
+
//# debugId=7DC4A54EB02475EB64756E2164756E21
|
|
205700
205703
|
//# sourceMappingURL=index.js.map
|