diff --git a/src/webpack/webpack.tsx b/src/webpack/webpack.tsx index a9ce62471..1b50cfec6 100644 --- a/src/webpack/webpack.tsx +++ b/src/webpack/webpack.tsx @@ -451,7 +451,7 @@ export function mapMangledModule(code: string | string[], return result; } -type CacheFindResult = { +export type CacheFindResult = { /** The find result. `undefined` if nothing was found */ result?: any; /** The id of the module exporting where the result was found. `undefined` if nothing was found */