From 3a0aae0ec04cb5b9d3021f2c5cbeaaf57d7e8360 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Sat, 25 Nov 2023 19:51:26 -0300 Subject: [PATCH] why does this always happen --- src/webpack/webpack.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webpack/webpack.ts b/src/webpack/webpack.ts index 995a3609..85cbec3d 100644 --- a/src/webpack/webpack.ts +++ b/src/webpack/webpack.ts @@ -357,7 +357,6 @@ export function findComponentLazy(filter: FilterFn) { return LazyComponent(() => indirectFind("findComponent", filter)); } - /** * Finds the first component that includes all the given code, lazily */