Skip to content

Commit

Permalink
Remove unused lodash.get()
Browse files Browse the repository at this point in the history
  • Loading branch information
karolyi committed Jul 30, 2024
1 parent 98dc662 commit b912dc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// @ts-check
/** @typedef {import("lodash.defaults")} defaults */
/** @typedef {import("lodash.assign")} assign */
/** @typedef {import("lodash.get")} get */
/** @typedef {import("webpack").Compiler} Compiler4 */
/** @typedef {Compiler4['hooks']['assetEmitted']} assetEmitted4 */
/** @typedef {import("webpack").Stats} Stats4 */
Expand All @@ -23,7 +22,6 @@ const fs = require('fs')
const crypto = require('crypto')

const assign = require('lodash.assign')
const get = require('lodash.get')
const each = require('lodash.foreach')
const fromPairs = require('lodash.frompairs')
const toPairs = require('lodash.topairs')
Expand Down

0 comments on commit b912dc8

Please sign in to comment.