cattr-app/frontend-application

View on GitHub
webpack/CattrWebpackPlugin.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    apply(compiler) {
        compiler.hooks.done.tap('CattrWebpackPlugin', stats => {
            // Finding plugins config
            let plugins = require('../app/etc/modules.config.json');

Severity: Minor
Found in webpack/CattrWebpackPlugin.js - About 1 hr to fix

    Parsing error: Unexpected token )
    Open

        ) {
    Severity: Minor
    Found in webpack/CattrWebpackPlugin.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status