Skip to content

Commit 3802485

Browse files
committed
chore: export esbuildVersion for backward compat
1 parent dd0fb27 commit 3802485

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vite/src/node/publicUtils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export {
1010
DEFAULT_SERVER_CONDITIONS as defaultServerConditions,
1111
DEFAULT_SERVER_MAIN_FIELDS as defaultServerMainFields,
1212
} from './constants'
13+
// NOTE: export for backward compat
14+
export const esbuildVersion = '0.24.2'
1315
export {
1416
splitVendorChunkPlugin,
1517
splitVendorChunk,

0 commit comments

Comments
 (0)