aboutsummaryrefslogtreecommitdiff
path: root/src/webpack
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpack')
-rw-r--r--src/webpack/webpack.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/webpack/webpack.ts b/src/webpack/webpack.ts
index 5aa7dc7..98a0ea8 100644
--- a/src/webpack/webpack.ts
+++ b/src/webpack/webpack.ts
@@ -308,13 +308,6 @@ export function findByPropsLazy(...props: string[]) {
}
/**
- * Find all modules that have the specified properties
- */
-export function findAllByProps(...props: string[]) {
- return findAll(filters.byProps(...props));
-}
-
-/**
* Find a function by its code
*/
export function findByCode(...code: string[]) {