Skip to content

Commit 15ebe1e

Browse files
authored
feat: export esbuildVersion and rollupVersion (#8675)
1 parent 628863d commit 15ebe1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vite/src/node/publicUtils.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* Please control the side-effects by checking the ./dist/node-cjs/publicUtils.cjs bundle
55
*/
66
export { VERSION as version } from './constants'
7+
export { version as esbuildVersion } from 'esbuild'
8+
export { VERSION as rollupVersion } from 'rollup'
79
export {
810
splitVendorChunkPlugin,
911
splitVendorChunk

0 commit comments

Comments
 (0)