@absolutejs/absolute 0.12.1 → 0.12.2
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/index.js +2 -1
- package/dist/index.js.map +3 -3
- package/eslint.config.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -235223,6 +235223,7 @@ var build = async ({
|
|
|
235223
235223
|
copyFileSync(src, dest);
|
|
235224
235224
|
break;
|
|
235225
235225
|
}
|
|
235226
|
+
await updateAssetPaths(manifest, outputHtmxPages);
|
|
235226
235227
|
}
|
|
235227
235228
|
if (!options?.preserveIntermediateFiles)
|
|
235228
235229
|
await cleanup({
|
|
@@ -283339,5 +283340,5 @@ export {
|
|
|
283339
283340
|
ANGULAR_BUILD_WARNING_SUPPRESSION
|
|
283340
283341
|
};
|
|
283341
283342
|
|
|
283342
|
-
//# debugId=
|
|
283343
|
+
//# debugId=F1612DA44AA8A6C264756E2164756E21
|
|
283343
283344
|
//# sourceMappingURL=index.js.map
|