RonaldoSetzer/GAME-Battleship

View on GitHub
webpack.config.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(options) {
  if (!options) options = { isTest: false };

  var tsconfig = options.isTest ? "tsconfig.test.json" : "tsconfig.json";

Severity: Minor
Found in webpack.config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status