We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa355a commit 04c2b5cCopy full SHA for 04c2b5c
src/builders/rollup/build.ts
@@ -1,8 +1,8 @@
1
-import type { OutputOptions, OutputChunk, PreRenderedChunk } from "rollup";
+import type { OutputOptions, OutputChunk } from "rollup";
2
import { rollup } from "rollup";
3
import dts from "rollup-plugin-dts";
4
-import { resolve, relative } from "pathe";
5
-import type { BuildContext, RollupOptions } from "../../types";
+import { resolve } from "pathe";
+import type { BuildContext } from "../../types";
6
import { removeShebangPlugin } from "./plugins/shebang";
7
import consola from "consola";
8
import { getRollupOptions } from "./config";
0 commit comments