@absolutejs/absolute 0.19.0-beta.377 → 0.19.0-beta.378
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/build.js +3 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -172496,7 +172496,8 @@ var resolveDevClientDir2 = () => {
|
|
|
172496
172496
|
},
|
|
172497
172497
|
filename: src,
|
|
172498
172498
|
generate: mode,
|
|
172499
|
-
hmr: mode === "client" && isDev2
|
|
172499
|
+
hmr: mode === "client" && isDev2,
|
|
172500
|
+
runes: false
|
|
172500
172501
|
}).js.code;
|
|
172501
172502
|
let code = compiled.replace(/\.svelte(?:\.(?:ts|js))?(['"])/g, ".js$1");
|
|
172502
172503
|
if (mode === "client" && isDev2) {
|
|
@@ -187443,5 +187444,5 @@ export {
|
|
|
187443
187444
|
ANGULAR_INIT_TIMEOUT_MS
|
|
187444
187445
|
};
|
|
187445
187446
|
|
|
187446
|
-
//# debugId=
|
|
187447
|
+
//# debugId=6ACA8EF5FA2AD7DF64756E2164756E21
|
|
187447
187448
|
//# sourceMappingURL=index.js.map
|