diff --git a/tsup.config.ts b/tsup.config.ts index ea219ff..184d3ed 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -12,6 +12,6 @@ export default defineConfig({ esbuildOptions(options) { options.jsx = 'automatic'; }, - external: ['react', 'react-dom'], + external: ['react'], noExternal: ['@hyphen/browser-sdk'], });