Skip to content

Commit

Permalink
chore: remove unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 committed Apr 19, 2023
1 parent b8ad121 commit a9deb42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default defineNuxtModule<ModuleOptions>({

nuxt.options.imports.autoImport !== false && resolveImports(_configs)
nuxt.options.components !== false && resolveComponents(_configs)
nuxt.options.imports.autoImport !== false && resolveImports(_configs)

nuxt.hook('vite:extendConfig', (config, { isClient }) => {
const mode = isClient ? 'client' : 'server'
Expand Down

0 comments on commit a9deb42

Please sign in to comment.