Skip to content

Commit 95db63e

Browse files
committed
chore: remove stale option
1 parent 76c21ff commit 95db63e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/plugin-vue/src/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
8585
options = {
8686
...options,
8787
root: config.root,
88-
isProduction: config.isProduction,
89-
ssr: !!(config.build.ssr ?? options.ssr)
88+
isProduction: config.isProduction
9089
}
9190
},
9291

0 commit comments

Comments
 (0)