Skip to content

Commit

Permalink
feat: export error message generator (#11155)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Dec 7, 2022
1 parent d6eb4f2 commit 493ba1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/index.ts
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 493ba1e

Please sign in to comment.