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"], - }, }, }, },