casey-chow/tigertrade

View on GitHub
client/scripts/build.js

Summary

Maintainability
A
3 hrs
Test Coverage

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

function build(previousFileSizes) {
  console.log('Creating an optimized production build...');
  webpack(config).run((err, stats) => {
    if (err) {
      printErrors('Failed to compile.', [err]);
Severity: Major
Found in client/scripts/build.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status