Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 16, 2023
1 parent 569d14b commit 6fc1677
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rollup/plugins/externals.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { existsSync, promises as fsp } from "node:fs";
import { resolve, dirname, normalize, join, isAbsolute } from "pathe";
import consola from "consola";
import { nodeFileTrace, NodeFileTraceOptions } from "@vercel/nft";
import type { Plugin } from "rollup";
import { resolvePath, isValidNodeImport, normalizeid } from "mlly";
import semver from "semver";
import { isDirectory, retry } from "../../utils";

export interface NodeExternalsOptions {
Expand Down

0 comments on commit 6fc1677

Please sign in to comment.