johnjones4/InBrief

View on GitHub
scripts/build.js

Summary

Maintainability
A
1 hr
Test Coverage

Function build has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function build(previousFileSizes) {
  console.log('Creating an optimized production build...');

  let compiler = webpack(config);
  return new Promise((resolve, reject) => {
Severity: Minor
Found in scripts/build.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status