From fbac5db5883e2a510312bd32074cc5495d4a914c Mon Sep 17 00:00:00 2001 From: sapphi-red Date: Mon, 20 Jun 2022 16:52:21 +0900 Subject: [PATCH] feat: export esbuild version --- packages/vite/src/node/publicUtils.ts | 1 + 1 file changed, 1 insertion(+) 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