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 */