Skip to content

Commit

Permalink
remove unneeded type import
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 17, 2018
1 parent 1a16a79 commit bc86359
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Chunk.js
Expand Up @@ -16,7 +16,6 @@ const ERR_CHUNK_INITIAL =

/** @typedef {import("./Module")} Module */
/** @typedef {import("./ChunkGroup")} ChunkGroup */
/** @typedef {import("./Entrypoint")} Entrypoint */
/** @typedef {import("./ModuleReason")} ModuleReason */
/** @typedef {import("webpack-sources").Source} Source */
/** @typedef {import("./util/createHash").Hash} Hash */
Expand Down

0 comments on commit bc86359

Please sign in to comment.