MitrophD/tl-react-numeric-input

View on GitHub
webpack.config.js

Summary

Maintainability
B
5 hrs
Test Coverage

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

module.exports = env => {
  const devMode = 'development';
  const mode = env.NODE_ENV || devMode;
  const isDevMode = mode === devMode;
  const entryPath = path.resolve(__dirname, isDevMode ? 'demo' : 'src');
Severity: Major
Found in webpack.config.js - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status