Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fix: use correct target types
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Nov 28, 2021
1 parent 449ffa8 commit f44ecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export interface ResolvedOptions extends VueViteOptions {
root: string
devServer?: ViteDevServer
isProduction: boolean
target?: string
target?: string | string[]
}

export function createVuePlugin(rawOptions: VueViteOptions = {}): Plugin {
Expand Down

0 comments on commit f44ecea

Please sign in to comment.