Skip to content

Commit dc2bf0a

Browse files
committed
fix: no need for core external
1 parent 4acacd4 commit dc2bf0a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tsup.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export default defineConfig({
99
format: ['esm'], // Ensure you're targeting CommonJS,
1010
dts: false,
1111
external: [
12-
'@elizaos/core-plugin-v2',
1312
'dotenv', // Externalize dotenv to prevent bundling
1413
'fs', // Externalize fs to use Node.js built-in module
1514
'path', // Externalize other built-ins if necessary
@@ -18,7 +17,5 @@ export default defineConfig({
1817
'http',
1918
'agentkeepalive',
2019
'zod',
21-
'@elizaos/core',
22-
// Add other modules you want to externalize
2320
],
2421
});

0 commit comments

Comments
 (0)