migrate for unifiedWallet to use-Wallet 4.4.0 for W3A (still UI bugs present)

This commit is contained in:
SaraJane
2026-01-16 20:30:36 +00:00
parent 00c87280f6
commit 3cb2972911
17 changed files with 637 additions and 1638 deletions

View File

@ -7,9 +7,19 @@ export default defineConfig({
plugins: [
react(),
nodePolyfills({
globals: {
Buffer: true,
},
protocolImports: true,
}),
],
build: {
commonjsOptions: {
transformMixedEsModules: true,
},
},
optimizeDeps: {
esbuildOptions: {
define: {
global: 'globalThis',
},
},
},
})