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

babel.config.js — react Source File

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

Entity Profile

Source Code

module.exports = {
  presets: [
    [
      '@babel/react',
      {
        runtime: 'automatic',
        development: process.env.BABEL_ENV === 'development',
      },
    ],
  ],
  plugins: ['@babel/plugin-transform-modules-commonjs'],
};

Frequently Asked Questions

What does babel.config.js do?
babel.config.js is a source file in the react codebase, written in javascript.
Where is babel.config.js in the architecture?
babel.config.js is located at fixtures/legacy-jsx-runtimes/babel.config.js (directory: fixtures/legacy-jsx-runtimes).

Analyze Your Own Codebase

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

Try Supermodel Free