We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chromium-bidi
1 parent a988a74 commit bc327efCopy full SHA for bc327ef
src/build/build.ts
@@ -23,6 +23,7 @@ export async function setupBuildHandler(config: ModuleOptions, resolve: Resolver
23
nitroConfig.alias!['utf-8-validate'] = 'unenv/runtime/mock/proxy-cjs'
24
// - image-size
25
nitroConfig.alias!.queue = 'unenv/runtime/mock/proxy-cjs'
26
+ nitroConfig.alias!['chromium-bidi'] = 'unenv/runtime/mock/proxy-cjs'
27
})
28
29
// HACK: we need to patch the compiled output to fix the wasm resolutions using esmImport
0 commit comments