mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 06:35:10 +00:00
[module] pass ssr as is
This prevents defaulting ssr to false when undefined
This commit is contained in:
parent
11cb84d239
commit
2d7b1b1d60
@ -55,7 +55,7 @@ class Module {
|
|||||||
// Add to nuxt plugins
|
// Add to nuxt plugins
|
||||||
this.options.plugins.push({
|
this.options.plugins.push({
|
||||||
src: '~/.nuxt/' + dst,
|
src: '~/.nuxt/' + dst,
|
||||||
ssr: Boolean(template.ssr),
|
ssr: template.ssr,
|
||||||
injectAs: template.injectAs
|
injectAs: template.injectAs
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user