diff --git a/packages/vite/src/node/publicUtils.ts b/packages/vite/src/node/publicUtils.ts index 664b9375275403..7d40d2ebff5292 100644 --- a/packages/vite/src/node/publicUtils.ts +++ b/packages/vite/src/node/publicUtils.ts @@ -4,6 +4,7 @@ * Please control the side-effects by checking the ./dist/node-cjs/publicUtils.cjs bundle */ export { VERSION as version } from './constants' +export { version as esbuildVersion } from 'esbuild' export { splitVendorChunkPlugin, splitVendorChunk