JuroOravec/html-webpack-inline-i18n-plugin

View on GitHub
src/index.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function apply has 77 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  apply(compiler: Compiler) {
    compiler.hooks.compilation.tap(pluginName, (compilation) => {
      debug('Started apply.compiler.compilation');

      let i18nAssetTag: HtmlWebpackPlugin.HtmlTagObject = {
Severity: Major
Found in src/index.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status