@absolutejs/absolute 0.19.0-beta.936 → 0.19.0-beta.938
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
CHANGED
|
@@ -10016,7 +10016,7 @@ var CACHE_ROOT, ANGULAR_LINKER_CANDIDATE_RE, createAngularLinkerPlugin = (linker
|
|
|
10016
10016
|
}), angularLinkerPlugin;
|
|
10017
10017
|
var init_angularLinkerPlugin = __esm(() => {
|
|
10018
10018
|
CACHE_ROOT = resolve16(".absolutejs", "cache", "angular-linker");
|
|
10019
|
-
ANGULAR_LINKER_CANDIDATE_RE = /[\\/]
|
|
10019
|
+
ANGULAR_LINKER_CANDIDATE_RE = /[\\/]node_modules[\\/].*\.m?js$/;
|
|
10020
10020
|
angularLinkerPlugin = createAngularLinkerPlugin(false);
|
|
10021
10021
|
});
|
|
10022
10022
|
|
|
@@ -25357,7 +25357,7 @@ var prepareDev = async (config, buildDir) => {
|
|
|
25357
25357
|
projectRoot: config.dev?.devtools?.projectRoot,
|
|
25358
25358
|
uuid: config.dev?.devtools?.uuid,
|
|
25359
25359
|
uuidCachePath: config.dev?.devtools?.uuidCachePath
|
|
25360
|
-
})).use(imageOptimizer2(config.images, buildDir)).use(staticPlugin({
|
|
25360
|
+
})).use(imageOptimizer2(config.images, buildDir)).use(await staticPlugin({
|
|
25361
25361
|
alwaysStatic: true,
|
|
25362
25362
|
assets: buildDir,
|
|
25363
25363
|
directive: "no-cache",
|
|
@@ -25444,7 +25444,7 @@ var prepare = async (configOrPath) => {
|
|
|
25444
25444
|
recordStep("load production conventions", stepStartedAt);
|
|
25445
25445
|
stepStartedAt = performance.now();
|
|
25446
25446
|
const { staticPlugin } = await import("@elysiajs/static");
|
|
25447
|
-
const staticFiles = staticPlugin({
|
|
25447
|
+
const staticFiles = await staticPlugin({
|
|
25448
25448
|
alwaysStatic: true,
|
|
25449
25449
|
assets: buildDir,
|
|
25450
25450
|
prefix: "",
|
|
@@ -32137,5 +32137,5 @@ export {
|
|
|
32137
32137
|
ANGULAR_INIT_TIMEOUT_MS
|
|
32138
32138
|
};
|
|
32139
32139
|
|
|
32140
|
-
//# debugId=
|
|
32140
|
+
//# debugId=8C6259234C5851DB64756E2164756E21
|
|
32141
32141
|
//# sourceMappingURL=index.js.map
|