node_modules/webpack/lib/cache/AddManagedPathsPlugin.js
@@ -9,6 +9,7 @@ class AddManagedPathsPlugin { /** * Creates an instance of AddManagedPathsPlugin. * @param {Iterable<string | RegExp>} managedPaths list of managed paths * @param {Iterable<string | RegExp>} immutablePaths list of immutable paths * @param {Iterable<string | RegExp>} unmanagedPaths list of unmanaged paths @@ -20,7 +21,7 @@ } /** * Apply the plugin * Applies the plugin by registering its hooks on the compiler. * @param {Compiler} compiler the compiler instance * @returns {void} */