@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/build.js
CHANGED
|
@@ -171900,7 +171900,8 @@ var resolveDevClientDir2 = () => {
|
|
|
171900
171900
|
},
|
|
171901
171901
|
filename: src,
|
|
171902
171902
|
generate: mode,
|
|
171903
|
-
hmr: mode === "client" && isDev
|
|
171903
|
+
hmr: mode === "client" && isDev,
|
|
171904
|
+
runes: false
|
|
171904
171905
|
}).js.code;
|
|
171905
171906
|
let code = compiled.replace(/\.svelte(?:\.(?:ts|js))?(['"])/g, ".js$1");
|
|
171906
171907
|
if (mode === "client" && isDev) {
|
|
@@ -179171,5 +179172,5 @@ export {
|
|
|
179171
179172
|
build
|
|
179172
179173
|
};
|
|
179173
179174
|
|
|
179174
|
-
//# debugId=
|
|
179175
|
+
//# debugId=46851F7EBEBD22FC64756E2164756E21
|
|
179175
179176
|
//# sourceMappingURL=build.js.map
|