devrelcollective/xela

View on GitHub
webpack.config.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function moduleOptions has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  moduleOptions: function() {
    return {
      rules: [
        {
          test: /\.css$/,
Severity: Minor
Found in webpack.config.js - About 1 hr to fix

    Function buildConfig has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      buildConfig: function(){
        const env = process.env.NODE_ENV || "development";
    
        var config = {
          mode: env,
    Severity: Minor
    Found in webpack.config.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status