sayll/react-webpack-start

View on GitHub

Showing 2 of 175 total issues

Function exports has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = (dev) => {
  return {
    rules: [
      {
        test: /\.jsx$|\.js$/,
Severity: Major
Found in config/webpack/modules/loader.js - About 2 hrs to fix

    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
      Severity
      Category
      Status
      Source
      Language