Goldinteractive/js-base

View on GitHub
.config/webpack.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function(env = {}) {
  var entry = path.join(root, process.env.SOURCE_PATH, 'index.js')
  var outputPath = path.join(root, process.env.LIBRARY_PATH)
  var outputFile = LIBRARY_NAME + '.js'

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

There are no issues that match your filters.

Category
Status