YetiForceCompany/YetiForceCRM

View on GitHub
public_html/src/buildVue.js

Summary

Maintainability
A
1 hr
Test Coverage

Function build has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function build(filePath, isWatched = false) {
    const outputFile = `../${filePath.replace('.js', '.vue.js')}`
    const inputOptions = {
        input: filePath,
        external: 'vue',
Severity: Minor
Found in public_html/src/buildVue.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status