qlik-oss/picasso.js

View on GitHub
rollup.config.js

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

Function config has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const config = (isEsm) => {
const outputFile = isEsm ? pkg.module : pkg.main;
const basename = path.basename(outputFile);
const dir = path.dirname(outputFile);
const umdName = basename
Severity: Major
Found in rollup.config.js - About 2 hrs to fix
    Category
    Status