soldotno/aurora-core

View on GitHub
src/utils/resolve-modules.js

Summary

Maintainability
A
1 hr
Test Coverage

Function resolveModules has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  return function resolveModules(config) {
    /**
     * Clone the config object to avoid mutation
     */
    const configCopy = clone(config);
Severity: Minor
Found in src/utils/resolve-modules.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status