From b5a1b3a124084dd4382a8dc85bc3c56772f7a121 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:47:29 -0300 Subject: [PATCH] a little more --- src/webpack/api.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack/api.tsx b/src/webpack/api.tsx index c01cdc727..a30971541 100644 --- a/src/webpack/api.tsx +++ b/src/webpack/api.tsx @@ -430,7 +430,7 @@ export function findByFactoryCode(...code: string[] | [...string[ * @returns Unmangled exports as specified in mappers */ export function mapMangledModule(code: string | string[], mappers: Record) { - const mapping = {} as Record; + const mapping = {} as Record>; const setters = {} as Record void>; for (const newName in mappers) {