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 20f9021 commit 35ebb6aCopy full SHA for 35ebb6a
src/rollup/options.ts
@@ -1,9 +1,8 @@
1
import { InputOption, RollupOptions } from "rollup";
2
-import { rollupBundle, rollupNode } from ".";
3
-import { RollupBundleOptions } from "./bundle";
+import { rollupBundle, RollupBundleOptions } from "./bundle";
+import { rollupNode, RollupNodeOptions } from "./node";
4
import { rollupDts, RollupDtsOptions } from "./dts";
5
import { getEntryFiles, MatchFilesPatterns } from "./entry";
6
-import { RollupNodeOptions } from "./node";
7
8
export interface GenRollupOptions {
9
inputBaseDir?: string;
0 commit comments