Skip to content

Commit

Permalink
fix: transpile tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Nov 30, 2023
1 parent 9d8900f commit 04c0b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default defineNuxtModule<NuxtApolloConfig<any>>({
nuxt.options.build.transpile = nuxt.options.build.transpile || []
nuxt.options.build.transpile.push(
resolve('runtime'),
'tslib',
'@wry/context',
'@apollo/client',
'@vue/apollo-composable',
Expand Down

0 comments on commit 04c0b14

Please sign in to comment.