MitocGroup/deep-framework

View on GitHub
src/deep-framework/webpack.browser.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = function () {
  const webpack = require('webpack');
  const path = require('path');
  const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
  const nullModulePath = path.resolve(__dirname, 'scripts', 'webpack.null-module.js');
Severity: Major
Found in src/deep-framework/webpack.browser.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status