Skip to content

Commit

Permalink
chore: remove deprecated splitVendorChunkPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 21, 2025
1 parent a0ed405 commit 2be1920
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 160 deletions.
1 change: 0 additions & 1 deletion packages/vite/src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export type { TransformOptions as EsbuildTransformOptions } from 'esbuild'
export type { ESBuildOptions, ESBuildTransformResult } from './plugins/esbuild'
export type { Manifest, ManifestChunk } from './plugins/manifest'
export type { ResolveOptions, InternalResolveOptions } from './plugins/resolve'
export type { SplitVendorChunkCache } from './plugins/splitVendorChunk'
export type { TerserOptions } from './plugins/terser'

export type {
Expand Down
154 changes: 0 additions & 154 deletions packages/vite/src/node/plugins/splitVendorChunk.ts

This file was deleted.

6 changes: 1 addition & 5 deletions packages/vite/src/node/publicUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ export {
DEFAULT_SERVER_MAIN_FIELDS as defaultServerMainFields,
} from './constants'
export { version as esbuildVersion } from 'esbuild'
export {
splitVendorChunkPlugin,
splitVendorChunk,
isCSSRequest,
} from './plugins/splitVendorChunk'
export { isCSSRequest } from './plugins/css'
export {
normalizePath,
mergeConfig,
Expand Down

0 comments on commit 2be1920

Please sign in to comment.