mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
add comment (review)
This commit is contained in:
@@ -64,6 +64,11 @@ export default defineConfig(({ mode, packageType }) => {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// The crypto WASM module is imported dynamically. Since it's common
|
||||||
|
// for developers to use a linked copy of matrix-js-sdk or Rust
|
||||||
|
// crypto (which could reside anywhere on their file system), Vite
|
||||||
|
// needs to be told to recognize it as a legitimate file access.
|
||||||
const allow = [searchForWorkspaceRoot(process.cwd())];
|
const allow = [searchForWorkspaceRoot(process.cwd())];
|
||||||
for (path of [
|
for (path of [
|
||||||
"node_modules/matrix-js-sdk/node_modules/@matrix-org/matrix-sdk-crypto-wasm",
|
"node_modules/matrix-js-sdk/node_modules/@matrix-org/matrix-sdk-crypto-wasm",
|
||||||
|
|||||||
Reference in New Issue
Block a user