Skip to content

Commit

Permalink
chore: remove unused ssr variable (#18594)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Nov 6, 2024
1 parent 63207e5 commit 23c39fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vite/src/node/plugins/resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ export function resolvePlugin(
return
}

const ssr = resolveOpts?.ssr === true

// The resolve plugin is used for createIdResolver and the depsOptimizer should be
// disabled in that case, so deps optimization is opt-in when creating the plugin.
const depsOptimizer =
Expand Down

0 comments on commit 23c39fc

Please sign in to comment.