JuroOravec/mini-extract-plugin

View on GitHub
src/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function miniExtractPluginFactory has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function miniExtractPluginFactory<
  // Allow user to specify the types by passing an object of types as params
  T extends ParamsDefault = {},
  Params extends ParamsParse<T> = ParamsParse<T>,
  ClsOpts extends ClassOptions<T> = ClassOptions<T>
Severity: Minor
Found in src/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status