We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dac87 commit 76c21ffCopy full SHA for 76c21ff
packages/plugin-vue/src/index.ts
@@ -86,7 +86,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
86
...options,
87
root: config.root,
88
isProduction: config.isProduction,
89
- ssr: !!config.build.ssr
+ ssr: !!(config.build.ssr ?? options.ssr)
90
}
91
},
92
0 commit comments