namchey/linkpreview

View on GitHub
webpack/production/webpack.base.config.prod.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function server has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.server = (webpackConfig) => {

  /*Server*/
  //const serverEntryName = webpackConfig.serverEntryName;
  //const serverEntryFile = webpackConfig.serverEntryFile;
Severity: Minor
Found in webpack/production/webpack.base.config.prod.js - About 1 hr to fix

    Function client has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    exports.client = (webpackConfig) => {
    
      const publicPath = webpackConfig.publicPath;
      const assetsPath = webpackConfig.assetsPath;
      const vendors = webpackConfig.vendors;
    Severity: Minor
    Found in webpack/production/webpack.base.config.prod.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status