Skip to content

Commit

Permalink
fix: add unenv to transpiles
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 14, 2023
1 parent e1c033e commit d820607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export async function setupAppBridge (_options: any) {
nuxt.options.build.transpile.push('vuex')

// Transpile libs with modern syntax
nuxt.options.build.transpile.push('h3', 'iron-webcrypto', 'ohash', 'ofetch')
nuxt.options.build.transpile.push('h3', 'iron-webcrypto', 'ohash', 'ofetch', 'unenv')

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

0 comments on commit d820607

Please sign in to comment.