Skip to content

Commit bc327ef

Browse files
committedDec 15, 2024
fix: noop chromium-bidi
1 parent a988a74 commit bc327ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/build/build.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export async function setupBuildHandler(config: ModuleOptions, resolve: Resolver
2323
nitroConfig.alias!['utf-8-validate'] = 'unenv/runtime/mock/proxy-cjs'
2424
// - image-size
2525
nitroConfig.alias!.queue = 'unenv/runtime/mock/proxy-cjs'
26+
nitroConfig.alias!['chromium-bidi'] = 'unenv/runtime/mock/proxy-cjs'
2627
})
2728

2829
// HACK: we need to patch the compiled output to fix the wasm resolutions using esmImport

0 commit comments

Comments
 (0)
Please sign in to comment.