diff --git a/src/core/ctx.ts b/src/core/ctx.ts index 38a1d50..cf660aa 100644 --- a/src/core/ctx.ts +++ b/src/core/ctx.ts @@ -57,7 +57,7 @@ ${dts}`.trim()}\n` const importsPromise = flattenImports(options.imports) .then((imports) => { - if (!imports.length && !resolvers.length) + if (!imports.length && !resolvers.length && !dirs?.length) console.warn('[auto-import] plugin installed but no imports has defined, see https://github.com/antfu/unplugin-auto-import#configurations for configurations') options.ignore?.forEach((name) => {