Skip to content

Labels

Labels

  • area: build-perf

    Build time and memory of webpack itself
  • area: cache

    Persistent and memory caching, serialization (lib/cache, lib/serialization)
  • area: config

    Options, defaults, validation (lib/config, schemas/)
  • area: css

    CSS support (lib/css)
  • area: html

    Experimental HTML support (lib/html)
  • area: loaders

    Loader execution and loader API (lib/loaders)
  • area: module-federation

    Module Federation (lib/container, lib/sharing)
  • area: optimization

    Tree-shaking, splitChunks, concatenation, ids (lib/optimize, lib/ids)
  • area: parser

    JavaScript parsing and dependency analysis (lib/javascript, lib/dependencies)
  • area: resolving

    Module resolution, aliases, exports/imports maps
  • area: runtime

    Emitted runtime and chunk loading across targets (lib/runtime, lib/web, lib/node, lib/esm)
  • area: sourcemaps

    devtool and source map generation
  • area: tooling

    Repo tooling, codegen, CLI entry (tooling/, bin/)
  • area: types

    types.d.ts, JSDoc annotations, hand-maintained declarations
  • area: wasm

    WebAssembly modules (lib/wasm-*)
  • area: watch

    Watching, HMR, lazy compilation (lib/hmr, hot/)
  • breaking-change

    Semver-major impact (valid on issues and PRs)
  • dependencies

    Pull requests that update a dependency file
  • exempt

    [Exempt from Quality Checks]
  • good first issue

    Scoped and approachable for first-time contributors
  • gsoc-2026

    Google Summer of Code 2026 candidate or project
  • help wanted

    Maintainers welcome a community PR for this
  • needs: discussion

    Direction or API needs maintainer/TSC consensus
  • needs: info

    Waiting on the author to answer a question
  • needs: investigation

    Reproduction exists; a maintainer must confirm the cause
  • needs: reproduction

    No runnable minimal reproduction yet
  • needs: tests

    Fix or PR exists but lacks the required tests
  • regression

    Worked in a previous release; pair with the Affected version field
  • rfc

    Design proposal / request for comments
  • security

    Security-relevant; report details privately via security advisories