sayll/ie-webpack-start

View on GitHub
config/webpack/webpack.config.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    function getEntry(option, VIEWS) {
      let pathDir = option.pathDir,
          files   = glob.sync(option.globPath);

      let entries = {},
Severity: Minor
Found in config/webpack/webpack.config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status