Skip to content

Commit

Permalink
feat: expose version (#8456)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 3, 2022
1 parent 80e44a8 commit e992594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/publicUtils.ts
Expand Up @@ -3,6 +3,7 @@
* This file will be bundled to ESM and CJS and redirected by ../index.cjs
* Please control the side-effects by checking the ./dist/node-cjs/publicUtils.cjs bundle
*/
export { VERSION as version } from './constants'
export {
splitVendorChunkPlugin,
splitVendorChunk
Expand Down

0 comments on commit e992594

Please sign in to comment.