diff --git a/src/webpack/patchWebpack.ts b/src/webpack/patchWebpack.ts index 8c974f28e..a2264c541 100644 --- a/src/webpack/patchWebpack.ts +++ b/src/webpack/patchWebpack.ts @@ -190,6 +190,7 @@ const moduleFactoriesHandler: ProxyHandler = { return true; } }; + /** * Patches a module factory. *