oxidejs 0.1.1 → 0.1.3
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.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as useEnv, i as useCtx, n as unpluginFactory, o as useFetchCtx, r as vite, s as useRequest, t as oxidejs } from "./src
|
|
1
|
+
import { a as useEnv, i as useCtx, n as unpluginFactory, o as useFetchCtx, r as vite, s as useRequest, t as oxidejs } from "./src--FRHkJgc.mjs";
|
|
2
2
|
export { oxidejs as default, oxidejs, unpluginFactory, useCtx, useEnv, useFetchCtx, useRequest, vite };
|
package/dist/rsbuild.mjs
CHANGED
|
@@ -500,12 +500,12 @@ function applyViteEnvironments(config, opts) {
|
|
|
500
500
|
resolve: celld ? {
|
|
501
501
|
conditions: ["worker"],
|
|
502
502
|
noExternal: true
|
|
503
|
-
} : { noExternal:
|
|
503
|
+
} : { noExternal: ["tacho"] },
|
|
504
504
|
ssr: celld ? {
|
|
505
505
|
target: "webworker",
|
|
506
506
|
noExternal: true,
|
|
507
507
|
external: [/^cloudflare:/]
|
|
508
|
-
} : { noExternal:
|
|
508
|
+
} : { noExternal: ["tacho"] }
|
|
509
509
|
};
|
|
510
510
|
config.build ??= {};
|
|
511
511
|
if (opts.hasClient) {
|
package/dist/vite.mjs
CHANGED