SirDarquan/h5webstorage

View on GitHub
webpack/webpack.common.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const getCommonConfig = (type) => {
    const tsconfigType = type !== 'dev' ? `.${ type }` : '';

    return {
        module: {
Severity: Minor
Found in webpack/webpack.common.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status