/
githubmirror
/
webpack
ОбзорДокументацияВойти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
webpack/
.changeset/
..
010-concatenate-module-wrapping.md

fix(concatenation): keep wrapped module names and side effects intact (#21593)

7 дней назад
015-externals-node-modules-preset.md

feat: add externalsPresets.nodeModules preset (#21569)

10 дней назад
016-memory-cache-etag-by-value.md

fix(css): terminate a string or url() the tokenizer closed at EOF (#21624)

3 дня назад
017-css-custom-media-constants.md

fix(css): terminate a string or url() the tokenizer closed at EOF (#21624)

3 дня назад
018-css-server-styles.md

feat(css): add __webpack_css_server_styles__ to read server-collected CSS (#21576)

9 дней назад
018-html-head-hmr-patch.md

fix(html): report comment and DOCTYPE parts from the tokenizer's own states (#21630)

день назад
019-css-modules-counter-scoping.md

feat(css): scope counter names in CSS modules (#21600)

7 дней назад
019-exports-flagging-order.md

fix(html): report comment and DOCTYPE parts from the tokenizer's own states (#21630)

день назад
020-analyzable-wasm-esm.md

feat: analyzable new URL(import.meta.url) output for fetch-based WebAssembly (#21518)

13 дней назад
021-analyzable-import-coverage.md

feat(esm): widen analyzable output to HMR, hashed and function chunk filenames (#21653)

19 часов назад
025-cjs-object-literal-exports.md

fix(cjs): disconnect requires in unused object-literal methods (#21644)

день назад
030-css-inline-source-map-names.md

fix(css): name inlined CSS source map sources and honor hidden devtools (#21558)

12 дней назад
032-css-compound-selector-fusion.md

fix(css,html): correct two printer defects a real-browser equivalence check found (#21608)

6 дней назад
033-css-comment-parts-value-components.md

fix(css): keep the token boundary a dropped comment stood for (#21635)

день назад
034-watching-blocked-flag.md

fix: clear a Watching's blocked flag when its build starts (#21639)

20 часов назад
035-html-cdata-and-body-attribute-merge.md

fix(css,html): correct two printer defects a real-browser equivalence check found (#21608)

6 дней назад
035-import-meta-main-module-argument.md

fix: reference the right module argument in import.meta.main (#21620)

4 дня назад
036-html-tokenizer-spec-conformance.md

fix(html): report comment and DOCTYPE parts from the tokenizer's own states (#21630)

день назад
040-css-terminate-eof-tokens.md

fix(css): terminate a string or url() the tokenizer closed at EOF (#21624)

3 дня назад
040-drop-unused-cjs-requires.md

fix(cjs): disconnect unused side-effect-free reexport requires (#21651)

день назад
041-css-namespace-uri.md

fix(css): leave @namespace URIs alone (#21658)

17 часов назад
042-usage-of-evaluated-side-effect-free-modules.md

fix: track usage through evaluated side-effect-free modules (#21623)

4 дня назад
043-symlink-absolute-target.md

fix: resolve an absolute symlink target and skip an unreadable context entry (#21647)

день назад
044-webmanifest-byte-offsets.md

fix(webmanifest): rewrite icon URLs at byte offsets (#21655)

день назад
045-strict-this-context-on-require.md

fix: respect strictThisContextOnImports for cjs require() member calls (#21601)

7 дней назад
050-top-level-using-in-modules.md

fix: top-level using declarations in modules (#21557)

12 дней назад
055-multi-compiler-shutdown-hook.md

feat: add aggregated shutdown hook to MultiCompiler (#21578)

9 дней назад
057-multi-compiler-done-changed-compilers.md

feat: report changed compilers on MultiCompiler done hook (#21580)

9 дней назад
060-asset-contained-path.md

feat(asset): add [containedpath] and [containedfile] placeholders (#21592)

7 дней назад
060-html-entry-options.md

fix(html): apply an entry's html options over output.html (#21574)

10 дней назад
062-optimization-minimize-by-type.md

feat: configure or exclude each asset type's minifier via optimization.minimize (#21663)

10 часов назад
065-css-environment-abilities.md

feat(css): safe CSS minify transforms, measured against the engine (#21588)

8 дней назад
068-source-processor-print-modes.md

feat(css): make the printer's mode reachable and support beautifying (#21660)

16 часов назад
070-css-html-minify-transforms.md

feat(css): four more value-level minify transforms (#21629)

3 дня назад
075-css-minify-values-and-rules.md

feat(css): join adjacent rules and fold more value spellings (#21648)

20 часов назад
100-strict-mode-binding-names.md

fix(parser): report strict-mode-invalid binding names in ES module output (#21567)

10 дней назад
105-multi-compiler-output-path.md

fix: compute common MultiCompiler outputPath by path segments (#21582)

9 дней назад
107-multi-compiler-stuck-running.md

fix: allow MultiCompiler to run again after dependency validation failure (#21583)

9 дней назад
108-multi-compiler-watch-error-recovery.md

fix: recover MultiCompiler watch after fatal child error without leaking watchings (#21584)

день назад
110-nested-webpack-runtime-tables.md

fix: keep a nested bundle's runtime tables out of the chunk's scope (#21568)

10 дней назад
115-module-library-exports.md

fix(library): don't crash on namespace object reexports in module output (#21589)

8 дней назад
155-native-css-html-safe-minify.md

feat(css): safe CSS minify transforms, measured against the engine (#21588)

8 дней назад
156-html-minify-transforms.md

feat(minify): safe HTML minify transforms, driven by the spec grammars (#21586)

8 дней назад
157-html-minify-text-fixes.md

fix(html): keep an end tag whose omission lets the adoption agency restructure the tree (#21649)

16 часов назад
160-json-array-prototype-read.md

fix(json): keep tree-shaken arrays as arrays when a prototype property is read (#21599)

7 дней назад
160-minifier-generated-data.md

feat(css): fold CSS math functions over constant operands (#21596)

7 дней назад
375-cjs-binding-destructuring-shake.md

feat: tree shake destructuring of cjs require binding (#21501)

13 дней назад
450-release-memory-after-close.md

perf: cut parser instruction count and memory retained after close() (#21603)

7 дней назад
500-css-html-js-parser-perf.md

perf: cut parser instruction count and memory retained after close() (#21603)

7 дней назад
500-get-path-in-ast-perf.md

perf: walk the ast on node offsets in getPathInAst (#21564)

11 дней назад
510-lazy-runtime-module-loading.md

perf: load webpack's own modules only when a build needs them (#21652)

21 час назад
510-multi-compiler-share-watcher-pool.md

perf(watch): share one watcher pool between MultiCompiler children (#21641)

день назад
510-runtime-skip-unnecessary-iife.md

perf(runtime): skip IIFE wrapping for RuntimeModules without locals (#21633)

день назад
600-harmony-cjs-dependency-hot-paths.md

perf: reduce work on dependency hot paths and module diagnostics (#21559)

11 дней назад
README.md

chore: adding `changesets` to automate releases

8 месяцев назад
analyzable-esm-output.md

feat: extend analyzable ESM output to async WebAssembly and hinted refs (#21604)

6 дней назад
changelog-generator.mjs

ci: retry GitHub API calls in changelog generator (#21305)

месяц назад
changeset-validate.mjs

ci: add changeset validation (#20602)

5 месяцев назад
config.json

chore: customize changelog (#20261)

8 месяцев назад
css-modules-export-conflict-warnings.md

feat(css): class wins the JS export on cross-kind conflicts in CSS modules (#21538)

13 дней назад
output-resource-hints-dedupe.md

Add output.resourceHints.dedupe to skip prefetch for already-loaded chunks (#21386)

12 дней назад
README.md