diff --git a/vite.config.mts b/vite.config.mts index d3a1a013b1..64534560c3 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -190,6 +190,7 @@ export default defineConfig({ // reduce main chunk size so sourcemaps enabled doesnt OOM lodash: ['lodash'], 'native-base': ['native-base'], + '@gooddollar/good-design': ['@gooddollar/good-design'], web3: ['web3', 'web3-core', 'web3-eth', 'web3-utils'], ethers: ['ethers', 'ethereumjs-tx', 'ethereumjs-util', 'ethereumjs-account', 'ethereumjs-wallet'], threaddb: ['@textile/threaddb', '@textile/threads-client', '@textile/threads-id'],