@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/build.js
CHANGED
|
@@ -171690,7 +171690,10 @@ var isDev, extractBuildError = (logs, pass, label, frameworkNames, isIncremental
|
|
|
171690
171690
|
if (hmr) {
|
|
171691
171691
|
for (const srcPath of urlReferencedFiles) {
|
|
171692
171692
|
const rel = relative7(projectRoot, srcPath).replace(/\\/g, "/");
|
|
171693
|
-
|
|
171693
|
+
const name = basename5(srcPath);
|
|
171694
|
+
const url = `/@src/${rel}`;
|
|
171695
|
+
urlFileMap.set(name, url);
|
|
171696
|
+
urlFileMap.set(name.replace(/\.tsx?$/, ".js"), url);
|
|
171694
171697
|
}
|
|
171695
171698
|
} else {
|
|
171696
171699
|
for (const srcPath of urlReferencedFiles) {
|
|
@@ -205034,5 +205037,5 @@ export {
|
|
|
205034
205037
|
build
|
|
205035
205038
|
};
|
|
205036
205039
|
|
|
205037
|
-
//# debugId=
|
|
205040
|
+
//# debugId=1438AD2CFD737EC464756E2164756E21
|
|
205038
205041
|
//# sourceMappingURL=build.js.map
|