namchey/linkpreview

View on GitHub
webpack/production/common-plugins.prod.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

exports.client = (config = {}) => {
  return [
    //new WebpackMd5Hash(),
    new ManifestPlugin({
      fileName: 'asset-manifest.json'
Severity: Minor
Found in webpack/production/common-plugins.prod.js - About 1 hr to fix

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

    exports.server = (config) => {
      return [
        // Order the modules and chunks by occurrence.
        // This saves space, because often referenced modules
        // and chunks get smaller ids.
    Severity: Minor
    Found in webpack/production/common-plugins.prod.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status