prebid/Prebid.js

View on GitHub
webpack.conf.js

Summary

Maintainability
A
1 hr
Test Coverage

Function cacheGroups has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      cacheGroups: (() => {
        const libRoot = path.resolve(__dirname, 'libraries');
        const libraries = Object.fromEntries(
          fs.readdirSync(libRoot)
            .filter((f) => fs.lstatSync(path.resolve(libRoot, f)).isDirectory())
Severity: Minor
Found in webpack.conf.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status