nukeop/nuclear

View on GitHub
packages/main/webpack.config.ts

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = (env: BuildEnv): webpack.Configuration => {
  if (!env.TARGET) {
    env.TARGET = osMapper[os.platform() as string];
  }

Severity: Major
Found in packages/main/webpack.config.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status