scripts/build/plugins/webpackStaticManifestPlugin.js

Summary

Maintainability
A
1 hr
Test Coverage

Function apply has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  apply(compiler) {
    compiler.plugin('emit', (compilation, callback) => {
      const stats = compilation.getStats().toJson();
      const manifest = _(stats.assets)
        .map((asset) => {
Severity: Minor
Found in scripts/build/plugins/webpackStaticManifestPlugin.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status