Skip to content

Commit

Permalink
feat: non-blocking pre bundling of dependencies (#6758)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Mar 3, 2022
1 parent b214115 commit 24bb3e4
Show file tree
Hide file tree
Showing 9 changed files with 933 additions and 351 deletions.
5 changes: 4 additions & 1 deletion packages/vite/src/node/index.ts
Expand Up @@ -32,7 +32,10 @@ export type {
} from './preview'
export type {
DepOptimizationMetadata,
DepOptimizationOptions
DepOptimizationOptions,
DepOptimizationResult,
DepOptimizationProcessing,
OptimizedDepInfo
} from './optimizer'
export type { Plugin } from './plugin'
export type { PackageCache, PackageData } from './packages'
Expand Down

0 comments on commit 24bb3e4

Please sign in to comment.