Skip to content

Commit

Permalink
feat: add 'system' library format (#11256)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlins committed May 29, 2024
1 parent 4aa4a80 commit 4102ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export interface LibraryOptions {
fileName?: string | ((format: ModuleFormat, entryName: string) => string)
}

export type LibraryFormats = 'es' | 'cjs' | 'umd' | 'iife'
export type LibraryFormats = 'es' | 'cjs' | 'umd' | 'iife' | 'system'

export interface ModulePreloadOptions {
/**
Expand Down

0 comments on commit 4102ca9

Please sign in to comment.