Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskello committed Mar 16, 2021
1 parent bacac0e commit 424c35f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import * as Logger from "./logger";
import * as fs from "fs";
import { ResolveRequest, ResolveContext } from "enhanced-resolve";
import { ResolvePluginInstance, Resolver } from "./plugin.temp.types";
import { inspect } from "util";

type FileSystem = Resolver["fileSystem"];
type TapAsyncCallback = (
Expand Down

0 comments on commit 424c35f

Please sign in to comment.