ideasonpurpose/docker-build

View on GitHub
lib/DependencyManifestPlugin.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function apply has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

apply(compiler) {
compiler.hooks.emit.tapAsync(this.name, (compilation, callback) => {
// const logger = compilation.getLogger("dependency-manifest-plugin");
 
// logger.info(compilation.namedChunkGroups.keys());
Severity: Minor
Found in lib/DependencyManifestPlugin.js - About 1 hr to fix
    Category
    Status