Skip to content

Commit

Permalink
chore: remove unused imports (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-117 authored Dec 23, 2024
1 parent 2a9c148 commit ee6b409
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { defu } from "defu";
import { createHooks } from "hookable";
import prettyBytes from "pretty-bytes";
import { glob } from "tinyglobby";
import type { RollupOptions } from "rollup";
import { dumpObject, rmdir, resolvePreset, removeExtension } from "./utils";
import type { BuildContext, BuildConfig, BuildOptions } from "./types";
import { validatePackage, validateDependencies } from "./validate";
Expand Down
3 changes: 1 addition & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import type { Jiti, JitiOptions } from "jiti";
import type {
RollupBuildEntry,
RollupBuildOptions,
RollupHooks,
RollupOptions,
RollupHooks
} from "./builders/rollup/types";
import type { MkdistBuildEntry, MkdistHooks } from "./builders/mkdist/types";
import type { CopyBuildEntry, CopyHooks } from "./builders/copy/types";
Expand Down

0 comments on commit ee6b409

Please sign in to comment.