lib/DependencyManifestPlugin.js
Showing 1 of 1 total issue
Function apply
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
apply(compiler) { compiler.hooks.emit.tapAsync(this.name, (compilation, callback) => { // const logger = compilation.getLogger("dependency-manifest-plugin"); // logger.info(compilation.namedChunkGroups.keys());