Skip to content

Commit 35ebb6a

Browse files
committed
fix: circular dependency
1 parent 20f9021 commit 35ebb6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/rollup/options.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import { InputOption, RollupOptions } from "rollup";
2-
import { rollupBundle, rollupNode } from ".";
3-
import { RollupBundleOptions } from "./bundle";
2+
import { rollupBundle, RollupBundleOptions } from "./bundle";
3+
import { rollupNode, RollupNodeOptions } from "./node";
44
import { rollupDts, RollupDtsOptions } from "./dts";
55
import { getEntryFiles, MatchFilesPatterns } from "./entry";
6-
import { RollupNodeOptions } from "./node";
76

87
export interface GenRollupOptions {
98
inputBaseDir?: string;

0 commit comments

Comments
 (0)