FujitsuLaboratories/cattaz

View on GitHub
.storybook/webpack.config.js

Summary

Maintainability
A
1 hr
Test Coverage

Function configure has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function configure(baseConfig, mode) {
  const { config } = baseConfig;
  config.devtool = mode === 'PRODUCTION' ? 'source-map' : 'eval-source-map';
  config.resolve.extensions.push('.jsx');
  config.plugins.push(new CopyWebpackPlugin({
Severity: Minor
Found in .storybook/webpack.config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status