Skip to content

Commit 3bace50

Browse files
committed
fix: transpile node-mock-http
1 parent 5bbf3b6 commit 3bace50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bridge/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function setupAppBridge (_options: any) {
4444
nuxt.options.build.transpile.push('vuex')
4545

4646
// Transpile libs with modern syntax
47-
nuxt.options.build.transpile.push('h3', 'iron-webcrypto', 'ohash', 'ofetch', 'unenv', 'cookie-es')
47+
nuxt.options.build.transpile.push('h3', 'iron-webcrypto', 'ohash', 'ofetch', 'unenv', 'cookie-es', 'node-mock-http')
4848

4949
// Transpile @unhead/vue and @unhead/ssr
5050
nuxt.options.build.transpile.push('unhead')

0 commit comments

Comments
 (0)