Skip to content

Commit

Permalink
fix: add overrides missing in #371, close #382 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimava committed Jan 8, 2024
1 parent cb651f4 commit 6ee2e39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/factory.ts
Expand Up @@ -113,6 +113,7 @@ export async function antfu(
configs.push(typescript({
...resolveSubOptions(options, 'typescript'),
componentExts,
overrides: getOverrides(options, 'typescript'),
}))
}

Expand All @@ -133,6 +134,7 @@ export async function antfu(
if (enableVue) {
configs.push(vue({
...resolveSubOptions(options, 'vue'),
overrides: getOverrides(options, 'vue'),
stylistic: stylisticOptions,
typescript: !!enableTypeScript,
}))
Expand Down

0 comments on commit 6ee2e39

Please sign in to comment.