We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81ff90 commit eed5bfbCopy full SHA for eed5bfb
src/nuxt.ts
@@ -3,7 +3,6 @@ import { NUXT_CONFIG_KEY, PLUGIN_NAME } from "./constants";
3
import vite from "./vite";
4
import webpack from "./webpack";
5
import type { YamlOptions } from "./";
6
-import unplugin from "./";
7
import type {} from "@nuxt/schema";
8
9
export default defineNuxtModule<YamlOptions>({
0 commit comments