Skip to content

Commit f716b1f

Browse files
committed
silenced warning
1 parent baf17f5 commit f716b1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

keeperapi/rollup.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export default [
2020
],
2121
external: [
2222
...Object.keys(pkg.dependencies || {}),
23-
"protobufjs/minimal"
23+
"protobufjs/minimal",
24+
"@noble/post-quantum/ml-kem.js"
2425
],
2526
plugins: [
2627
typescript({
@@ -56,7 +57,8 @@ export default [
5657
],
5758
external: [
5859
...Object.keys(pkg.dependencies || {}),
59-
"crypto", "constants", "https", "protobufjs/minimal"
60+
"crypto", "constants", "https", "protobufjs/minimal",
61+
"@noble/post-quantum/ml-kem.js"
6062
],
6163
plugins: [
6264
typescript({

0 commit comments

Comments
 (0)