Gulpfile.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function buildRollup has 118 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function buildRollup(packages) {
  const sourcemap = process.env.NODE_ENV === "production";
  const minify = !!process.env.IS_PUBLISH;
  return Promise.all(
    packages.map(
Severity: Major
Found in Gulpfile.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status