diff --git a/src/webpack/webpack.tsx b/src/webpack/webpack.tsx index e3f9aaccc..49efd104a 100644 --- a/src/webpack/webpack.tsx +++ b/src/webpack/webpack.tsx @@ -444,7 +444,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 */