Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: export esbuildVersion and rollupVersion (#8675)
  • Loading branch information
sapphi-red committed Jun 20, 2022
1 parent 628863d commit 15ebe1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vite/src/node/publicUtils.ts
Expand Up @@ -4,6 +4,8 @@
* 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 { VERSION as rollupVersion } from 'rollup'
export {
splitVendorChunkPlugin,
splitVendorChunk
Expand Down

0 comments on commit 15ebe1e

Please sign in to comment.