We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acacd4 commit dc2bf0aCopy full SHA for dc2bf0a
1 file changed
tsup.config.ts
@@ -9,7 +9,6 @@ export default defineConfig({
9
format: ['esm'], // Ensure you're targeting CommonJS,
10
dts: false,
11
external: [
12
- '@elizaos/core-plugin-v2',
13
'dotenv', // Externalize dotenv to prevent bundling
14
'fs', // Externalize fs to use Node.js built-in module
15
'path', // Externalize other built-ins if necessary
@@ -18,7 +17,5 @@ export default defineConfig({
18
17
'http',
19
'agentkeepalive',
20
'zod',
21
- '@elizaos/core',
22
- // Add other modules you want to externalize
23
],
24
});
0 commit comments