zingchart/zingtouch

View on GitHub
webpack.config.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = (env, argv) => {
  argv.mode = argv.mode || 'production';
  const plugins = [];
  const filename = (argv.mode === 'production') ? 'zingtouch.min.js' : 'zingtouch.js';
  const config = {
Severity: Minor
Found in webpack.config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status