chore: add call and fetch as no external

This commit is contained in:
Bereket Engida
2024-11-01 10:51:15 +03:00
parent 41355032e1
commit 2b45f8071c

View File

@@ -30,6 +30,8 @@ export default defineConfig((env) => {
},
format: ["esm", "cjs"],
bundle: true,
splitting: true,
skipNodeModulesBundle: true,
noExternal: ["better-call", "@better-fetch/fetch"],
};
});