@absolutejs/absolute 0.19.0-beta.649 → 0.19.0-beta.650
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 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -178416,7 +178416,7 @@ ${stubs}
|
|
|
178416
178416
|
const stubReplace = (_match, prefix, specifier, suffix) => {
|
|
178417
178417
|
if (specifier.startsWith("/") || specifier.startsWith("."))
|
|
178418
178418
|
return _match;
|
|
178419
|
-
if (!specifier.startsWith("@absolutejs/
|
|
178419
|
+
if (!specifier.startsWith("@absolutejs/"))
|
|
178420
178420
|
return `${prefix}/@stub/${encodeURIComponent(specifier)}${suffix}`;
|
|
178421
178421
|
const resolved = resolveAbsoluteSpecifier(specifier, projectRoot);
|
|
178422
178422
|
if (resolved) {
|
|
@@ -181037,5 +181037,5 @@ export {
|
|
|
181037
181037
|
build
|
|
181038
181038
|
};
|
|
181039
181039
|
|
|
181040
|
-
//# debugId=
|
|
181040
|
+
//# debugId=106AE56B42DA519464756E2164756E21
|
|
181041
181041
|
//# sourceMappingURL=build.js.map
|