adam-26/react-chunk

View on GitHub
src/webpack.js

Summary

Maintainability
A
1 hr
Test Coverage

Function buildManifest has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function buildManifest(compiler, compilation, ignoreChunkNames) {
  const context = compiler.options.context;
  const manifest = {};

  compilation.chunks.forEach(chunk => {
Severity: Minor
Found in src/webpack.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status