@absolutejs/absolute 0.19.0-beta.719 → 0.19.0-beta.720
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/angular/index.js.map +2 -2
- package/dist/angular/server.js.map +2 -2
- package/dist/build.js +2 -3
- package/dist/build.js.map +4 -4
- package/dist/index.js +2 -3
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42617,8 +42617,7 @@ var resolveDevClientDir2 = () => {
|
|
|
42617
42617
|
},
|
|
42618
42618
|
filename: src,
|
|
42619
42619
|
generate: mode,
|
|
42620
|
-
hmr: mode === "client" && isDev2
|
|
42621
|
-
runes: false
|
|
42620
|
+
hmr: mode === "client" && isDev2
|
|
42622
42621
|
}).js.code;
|
|
42623
42622
|
let code = compiled.replace(/\.svelte(?:\.(?:ts|js))?(['"])/g, ".js$1");
|
|
42624
42623
|
if (mode === "client" && isDev2) {
|
|
@@ -58232,5 +58231,5 @@ export {
|
|
|
58232
58231
|
ANGULAR_INIT_TIMEOUT_MS
|
|
58233
58232
|
};
|
|
58234
58233
|
|
|
58235
|
-
//# debugId=
|
|
58234
|
+
//# debugId=E52A7C5A1A64CF7564756E2164756E21
|
|
58236
58235
|
//# sourceMappingURL=index.js.map
|