We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628863d commit 15ebe1eCopy full SHA for 15ebe1e
packages/vite/src/node/publicUtils.ts
@@ -4,6 +4,8 @@
4
* Please control the side-effects by checking the ./dist/node-cjs/publicUtils.cjs bundle
5
*/
6
export { VERSION as version } from './constants'
7
+export { version as esbuildVersion } from 'esbuild'
8
+export { VERSION as rollupVersion } from 'rollup'
9
export {
10
splitVendorChunkPlugin,
11
splitVendorChunk
0 commit comments