uchaindb/UClient

View on GitHub
src/webpack.config.vendor.js

Summary

Maintainability
A
3 hrs
Test Coverage

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

module.exports = (env) => {
    const extractCSS = new ExtractTextPlugin('vendor.css');
    const isDevBuild = !(env && env.prod);
    const sharedConfig = {
        stats: { modules: false },
Severity: Major
Found in src/webpack.config.vendor.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status