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.
1 parent c6da669 commit ab2a58cCopy full SHA for ab2a58c
packages/core/src/v3/build/runtime.ts
@@ -52,7 +52,7 @@ export function execOptionsForRuntime(runtime: BuildRuntime, options: ExecOption
52
importEntryPoint,
53
conditions,
54
process.env.NODE_OPTIONS,
55
- "--experimental-global-webcrypto",
+ nodeRuntimeNeedsGlobalWebCryptoFlag() ? "--experimental-global-webcrypto" : undefined,
56
]
57
.filter(Boolean)
58
.flat()
0 commit comments