mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-28 01:46:45 -05:00
chore: add call and fetch as no external
This commit is contained in:
@@ -30,6 +30,8 @@ export default defineConfig((env) => {
|
||||
},
|
||||
format: ["esm", "cjs"],
|
||||
bundle: true,
|
||||
splitting: true,
|
||||
skipNodeModulesBundle: true,
|
||||
noExternal: ["better-call", "@better-fetch/fetch"],
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user