We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798ce03 commit c5c5ddcCopy full SHA for c5c5ddc
wormhole-connect/vite.config.lib.ts
@@ -39,7 +39,7 @@ export default defineConfig({
39
assetFileNames: '[name]-[hash][extname]',
40
inlineDynamicImports: false,
41
},
42
- external: ['@particle-network/solana-wallet', '@particle-network/auth'],
+ external: ['react', 'react/jsx-runtime'],
43
44
45
plugins: [
0 commit comments