Skip to content

Commit

Permalink
chore: remove stale option
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 29, 2020
1 parent 76c21ff commit 95db63e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plugin-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
options = {
...options,
root: config.root,
isProduction: config.isProduction,
ssr: !!(config.build.ssr ?? options.ssr)
isProduction: config.isProduction
}
},

Expand Down

0 comments on commit 95db63e

Please sign in to comment.