Home / File/ babel.config.json — react Source File

babel.config.json — react Source File

Architecture documentation for babel.config.json, a json file in the react codebase.

Entity Profile

Source Code

{
  "plugins": [
    ["@babel/plugin-proposal-class-properties", {"loose": false}],
    ["@babel/plugin-transform-classes", {"loose": true}]
  ]
}

Frequently Asked Questions

What does babel.config.json do?
babel.config.json is a source file in the react codebase, written in json.
Where is babel.config.json in the architecture?
babel.config.json is located at fixtures/stacks/babel.config.json (directory: fixtures/stacks).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free