@absolutejs/absolute 0.19.0-beta.937 → 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
|
|
|
@@ -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
|