Skip to content

Commit 19a05e8

Browse files
committed
externalize react-dom
1 parent 90ee530 commit 19a05e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wormhole-connect/vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default defineConfig(({ command, mode }) => {
135135
index: 'src/index.ts',
136136
},
137137
output,
138-
external: ['react', ...external],
138+
external: ['react', 'react-dom', ...external],
139139
},
140140
},
141141
plugins,

0 commit comments

Comments
 (0)