Skip to content

Commit

Permalink
fix: Remove require("util") import in import-target (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed Feb 7, 2024
1 parent 5609abb commit d32eff3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/util/import-target.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*/
"use strict"

require("util").inspect.defaultOptions.depth = null

const { resolve } = require("path")
const isBuiltin = require("is-builtin-module")
const resolver = require("enhanced-resolve")
Expand Down

0 comments on commit d32eff3

Please sign in to comment.