We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6841b43 commit 9491488Copy full SHA for 9491488
packages/nuxt/src/module.ts
@@ -98,6 +98,7 @@ const VueFire: NuxtModule<VueFireNuxtModuleOptions> =
98
99
// nuxt.options.build.transpile.push(templatesDir)
100
nuxt.options.build.transpile.push(runtimeDir)
101
+ nuxt.options.build.transpile.push(templatesDir)
102
103
// FIXME: this is a workaround because of the resolve issue with firebase
104
// without this, we use different firebase packages within vuefire and nuxt-vuefire
0 commit comments