Skip to content

Commit dd0fb27

Browse files
committed
chore: export OxcOptions
1 parent 0af1d1d commit dd0fb27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite/src/node/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export type {
135135
} from './plugins/css'
136136
export type { JsonOptions } from './plugins/json'
137137
export type { EsbuildTransformOptions } from 'types/internal/esbuildOptions'
138+
export type { OxcOptions } from './plugins/oxc'
138139
export type { ESBuildOptions, ESBuildTransformResult } from './plugins/esbuild'
139140
export type { Manifest, ManifestChunk } from './plugins/manifest'
140141
export type { ResolveOptions, InternalResolveOptions } from './plugins/resolve'

0 commit comments

Comments
 (0)