sparkletown/sparkle

View on GitHub
craco.config.js

Summary

Maintainability
A
1 hr
Test Coverage

Function configure has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    configure: (webpackConfig) => {
      webpackConfig.module.rules
        .find((i) => i.oneOf !== undefined)
        .oneOf.unshift({
          test: /\.(glsl)$/,
Severity: Minor
Found in craco.config.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status