thealjey/webcompiler

View on GitHub
src/webpack.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getConfig has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function getConfig(react: boolean): Object {
  const loaders = [{
    test: /\.js$/,
    exclude: /node_modules/,
    loader: 'babel',
Severity: Minor
Found in src/webpack.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status