goreutils/gore-gulp

View on GitHub
webpack/config/babel.js

Summary

Maintainability
A
1 hr
Test Coverage

Function babel has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function babel(config, pckg) {
  const cacheIdentifier = gorePckg.name + gorePckg.version + pckg.name + pckg.version;
  const cacheDirectory = path.resolve(os.tmpdir(), cacheIdentifier);

  return Promise.resolve(merge({}, {
Severity: Minor
Found in webpack/config/babel.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status