Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 22, 2024
1 parent 02f4bd5 commit 31954d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/src/node/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ export function resolveDependencyVersion(
return JSON.parse(fs.readFileSync(pkgPath, 'utf-8')).version
}

export const esbuildVersion = resolveDependencyVersion('rollup')
export const rollupVersion = resolveDependencyVersion('esbuild')
export const rollupVersion = resolveDependencyVersion('rollup')
export const esbuildVersion = resolveDependencyVersion('esbuild')

// set in bin/vite.js
const filter = process.env.VITE_DEBUG_FILTER
Expand Down

0 comments on commit 31954d8

Please sign in to comment.