JuroOravec/html-webpack-inline-i18n-plugin

View on GitHub
test/fixtures/webpack/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export async function runWebpack(configOverrides: Configuration = {}) {
  const mergedConfig: Configuration = merge({}, config, configOverrides, {
    module: {
      rules: [...(configOverrides?.module?.rules || [])],
    },
Severity: Minor
Found in test/fixtures/webpack/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status