From 31b35463fccacf9e34a6a9712f189601912837d0 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 7 Apr 2026 01:31:21 +0200 Subject: [PATCH] Fix build --- vite.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 97d643ec..84ce6d3e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -125,10 +125,6 @@ export default ({ // Default naming fallback return "assets/[name]-[hash][extname]"; }, - manualChunks: { - // we should be able to remove this one https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/167 lands - "matrix-sdk-crypto-wasm": ["@matrix-org/matrix-sdk-crypto-wasm"], - }, }, }, },