ahbeng/NUSMods

View on GitHub
website/babel.config.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = (api) => {
  api.cache.using(() => process.env.NODE_ENV);

  const IS_PROD = api.env('production');
  const IS_DEV = api.env('development');
Severity: Major
Found in website/babel.config.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status