remove libolm related code (#2300)

This commit is contained in:
Ajay Bura
2025-03-31 19:10:24 +11:00
committed by GitHub
parent 405d1f6789
commit c14333c540
6 changed files with 0 additions and 19 deletions

View File

@@ -11,10 +11,6 @@ import buildConfig from './build.config';
const copyFiles = {
targets: [
{
src: 'node_modules/@matrix-org/olm/olm.wasm',
dest: '',
},
{
src: 'node_modules/pdfjs-dist/build/pdf.worker.min.mjs',
dest: '',
@@ -50,12 +46,6 @@ export default defineConfig({
server: {
port: 8080,
host: true,
proxy: {
'^\\/.*?\\/olm\\.wasm$': {
target: 'http://localhost:8080',
rewrite: () => '/olm.wasm',
},
},
},
plugins: [
topLevelAwait({