Skip to content

Commit

Permalink
feat: export buildErrorMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Dec 2, 2022
1 parent c26679a commit cc56bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { formatPostcssSourceMap, preprocessCSS } from './plugins/css'
export { transformWithEsbuild } from './plugins/esbuild'
export { resolvePackageEntry } from './plugins/resolve'
export { resolvePackageData } from './packages'
export { buildErrorMessage } from './server/middlewares/error'
export * from './publicUtils'

// additional types
Expand Down

0 comments on commit cc56bf5

Please sign in to comment.