back to home

babel / babel-loader

📦 Babel loader for webpack

4,847 stars
451 forks
63 issues
JavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing babel/babel-loader in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/babel/babel-loader)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

> This README is for babel-loader v8/v9/v10 with Babel v7 > If you are using legacy Babel v6, see the 7.x branch docs Babel Loader This package allows transpiling JavaScript files using Babel together with webpack or Rspack. **Note**: Issues with the output should be reported on the Babel Issues tracker. Install > | babel-loader | supported webpack versions | supported Babel versions | supported Node.js versions | > |:-:|:-:|:-:|:-:| > | 8.x | 4.x or 5.x | 7.x | >= 8.9 | > | 9.x | 5.x | ^7.12.0 | >= 14.15.0 | > | 10.x | ^5.61.0 | ^7.12.0 \|\| ^8.0.0-alpha | ^18.20.0 \|\| ^20.10.0 \|\| >=22.0.0 babel options options babel.config.js .babelrc cacheDirectory false true {cacheDirectory: true} node_modules/.cache/babel-loader node_modules cacheIdentifier @babel/core babel-loader Babel.loadPartialConfigAsync cacheIdentifier babel.config.js .babelrc BABEL_ENV NODE_ENV cacheIdentifier cacheCompression true false customize null custom .custom() .custom babel-loader metadataSubscribers [] context.myMetadataPlugin metadata ./test/metadata.test.js stats.loggingDebug /\.m?js$/ node_modules node_modules exclude loaders cacheDirectory node_modules test not exclude _extend @babel/plugin-transform-runtime npm install -D @babel/plugin-transform-runtime @babel/runtime npm install @babel/runtime webpack.ProvidePlugin runtime Promise babel babel-core babel babel babel-loader babel @babel/cli @babel/core babel core-js webpack/buildin babel-loader babel-loader output.environment output.environment.arrowFunction web node target @babel/preset-env babel-loader .custom babel @babel/core .custom customize custom customOptions(options: Object): { custom: Object, loader: Object } babel-loader config(cfg: PartialConfig, options: { source, customOptions }): Object PartialConfig options babel.transform result(result: Result): Result` Given Babel's result object, allow loaders to make additional tweaks to it. License MIT