@absolutejs/absolute 0.10.2 → 0.10.3
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 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -235198,7 +235198,7 @@ var build = async ({
|
|
|
235198
235198
|
outputLogs(allLogs);
|
|
235199
235199
|
const manifest = generateManifest([...serverOutputs, ...clientOutputs, ...cssOutputs], buildPath);
|
|
235200
235200
|
if (htmlDir && htmlPagesPath) {
|
|
235201
|
-
const outputHtmlPages = join8(buildPath, basename7(htmlDir), "pages");
|
|
235201
|
+
const outputHtmlPages = isSingle ? join8(buildPath, "pages") : join8(buildPath, basename7(htmlDir), "pages");
|
|
235202
235202
|
await mkdir4(outputHtmlPages, { recursive: true });
|
|
235203
235203
|
await cp(htmlPagesPath, outputHtmlPages, {
|
|
235204
235204
|
force: true,
|
|
@@ -283330,5 +283330,5 @@ export {
|
|
|
283330
283330
|
ANGULAR_BUILD_WARNING_SUPPRESSION
|
|
283331
283331
|
};
|
|
283332
283332
|
|
|
283333
|
-
//# debugId=
|
|
283333
|
+
//# debugId=02BC00F0B8AA264C64756E2164756E21
|
|
283334
283334
|
//# sourceMappingURL=index.js.map
|