Skip to content

Commit c5c5ddc

Browse files
committed
externalize react
1 parent 798ce03 commit c5c5ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wormhole-connect/vite.config.lib.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineConfig({
3939
assetFileNames: '[name]-[hash][extname]',
4040
inlineDynamicImports: false,
4141
},
42-
external: ['@particle-network/solana-wallet', '@particle-network/auth'],
42+
external: ['react', 'react/jsx-runtime'],
4343
},
4444
},
4545
plugins: [

0 commit comments

Comments
 (0)