Skip to content

Commit

Permalink
fix: cjs build for perEnvironmentState et al
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Nov 13, 2024
1 parent 8fa70cd commit c0efa8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vite/src/node/publicUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export {
createFilter,
rollupVersion,
} from './utils'
export { perEnvironmentPlugin } from './plugin'
export { perEnvironmentState } from './environment'
export { send } from './server/send'
export { createLogger } from './logger'
export { searchForWorkspaceRoot } from './server/searchRoot'
Expand Down

0 comments on commit c0efa8b

Please sign in to comment.