We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import("node: crypto")
1 parent ba7048c commit f20dd72Copy full SHA for f20dd72
packages/server/src/helpers/iso/isoCrypto/getWebCrypto.ts
@@ -49,7 +49,7 @@ export const _getWebCryptoInternals = {
49
stubThisImportNodeCrypto: async () => {
50
try {
51
// dnt-shim-ignore
52
- const _nodeCrypto = await import('node:crypto');
+ const _nodeCrypto = await import(/* webpackIgnore: true */ 'node:crypto');
53
return _nodeCrypto;
54
} catch (_err) {
55
/**
0 commit comments