We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa4a80 commit 4102ca9Copy full SHA for 4102ca9
packages/vite/src/node/build.ts
@@ -272,7 +272,7 @@ export interface LibraryOptions {
272
fileName?: string | ((format: ModuleFormat, entryName: string) => string)
273
}
274
275
-export type LibraryFormats = 'es' | 'cjs' | 'umd' | 'iife'
+export type LibraryFormats = 'es' | 'cjs' | 'umd' | 'iife' | 'system'
276
277
export interface ModulePreloadOptions {
278
/**
0 commit comments