Skip to content

Commit 9491488

Browse files
committed
fix: add templates to transpiled dirs
1 parent 6841b43 commit 9491488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nuxt/src/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ const VueFire: NuxtModule<VueFireNuxtModuleOptions> =
9898

9999
// nuxt.options.build.transpile.push(templatesDir)
100100
nuxt.options.build.transpile.push(runtimeDir)
101+
nuxt.options.build.transpile.push(templatesDir)
101102

102103
// FIXME: this is a workaround because of the resolve issue with firebase
103104
// without this, we use different firebase packages within vuefire and nuxt-vuefire

0 commit comments

Comments
 (0)