Skip to content

Commit

Permalink
chore: export OxcOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jan 17, 2025
1 parent 0af1d1d commit dd0fb27
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 @@ -135,6 +135,7 @@ export type {
} from './plugins/css'
export type { JsonOptions } from './plugins/json'
export type { EsbuildTransformOptions } from 'types/internal/esbuildOptions'
export type { OxcOptions } from './plugins/oxc'
export type { ESBuildOptions, ESBuildTransformResult } from './plugins/esbuild'
export type { Manifest, ManifestChunk } from './plugins/manifest'
export type { ResolveOptions, InternalResolveOptions } from './plugins/resolve'
Expand Down

0 comments on commit dd0fb27

Please sign in to comment.