ikuseiGmbH/smart-village-app-cms

View on GitHub
babel.config.js

Summary

Maintainability
A
0 mins
Test Coverage

Function babelConfig has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

module.exports = function babelConfig(api) {
  var validEnv = ['development', 'test', 'production'];
  var currentEnv = api.env();
  var isDevelopmentEnv = api.env('development');
  var isProductionEnv = api.env('production');
Severity: Major
Found in babel.config.js - About 2 hrs to fix

    Parsing error: parser.parse is not a function
    Open

    module.exports = function babelConfig(api) {
    Severity: Minor
    Found in babel.config.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status