Skip to content

Commit

Permalink
breaking(bundle-utils): drop unneccesary vueVersion option (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed May 15, 2024
1 parent e879c7f commit cebdc1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bundle-utils/src/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export interface SourceLocationable {
export interface CodeGenOptions {
type?: 'plain' | 'sfc' | 'bare'
legacy?: boolean
vueVersion?: 'v2.6' | 'v2.7'
bridge?: boolean
exportESM?: boolean
onlyLocales?: string[]
Expand Down

0 comments on commit cebdc1c

Please sign in to comment.