Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
205 changes: 126 additions & 79 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build:md:readmes": "node scripts/markdown/readmes.mjs",
"build:md:governance": "node scripts/markdown/governance.mjs",
"build:html": "node scripts/html/index.mjs",
"build:rss-feed": "node scripts/rss-feed/index.mjs",
"build": "npm-run-all build:*",
"lint": "npm-run-all \"lint:!(fix)\"",
"lint:fix": "npm-run-all lint:*:fix",
Expand All @@ -34,6 +35,7 @@
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.4.0",
"feed": "^6.0.0",
"globals": "^17.6.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.5",
Expand Down
1 change: 1 addition & 0 deletions pages/about/branding.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Branding of webpack
authors: avivkeller
---

Expand Down
4 changes: 4 additions & 0 deletions pages/about/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: About webpack
---

# About webpack

webpack is a static module bundler for modern JavaScript applications. It treats
Expand Down
2 changes: 1 addition & 1 deletion pages/about/sponsors.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
layout: sponsors
title: Sponsors
layout: sponsors
---
2 changes: 1 addition & 1 deletion pages/blog/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
layout: blog
title: Blogs
layout: blog
---
1 change: 1 addition & 0 deletions pages/blog/posts/2020-10-10-webpack-5-release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Webpack 5 release
layout: post
date: 2020-10-10T00:00:00Z
authors: sokra, chenxsan
Expand Down
1 change: 1 addition & 0 deletions pages/blog/posts/2020-12-08-roadmap-2021.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Roadmap 2021
Comment thread
avivkeller marked this conversation as resolved.
layout: post
date: 2020-12-08T00:00:00Z
authors: sokra
Expand Down
1 change: 1 addition & 0 deletions pages/blog/posts/2026-02-03-webpack-5-105.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Webpack 5.105
layout: post
date: 2026-02-03T00:00:00Z
authors: bjohansebas
Expand Down
1 change: 1 addition & 0 deletions pages/blog/posts/2026-02-04-roadmap-2026.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Roadmap 2026
layout: post
date: 2026-02-04T00:00:00Z
authors: evenstensberg, bjohansebas, UlisesGascon
Expand Down
1 change: 1 addition & 0 deletions pages/blog/posts/2026-04-08-webpack-5-106.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Webpack 5.106
layout: post
date: 2026-04-08T00:00:00Z
authors: bjohansebas
Expand Down
1 change: 1 addition & 0 deletions pages/blog/posts/2026-05-19-webpack-5-107.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Webpack 5.107
layout: post
date: 2026-05-19T00:00:00Z
authors: bjohansebas
Expand Down
1 change: 1 addition & 0 deletions pages/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Documentation
authors: moshams272
---

Expand Down
1 change: 1 addition & 0 deletions pages/docs/loaders/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Loaders
authors: ryzrr
---

Expand Down
1 change: 1 addition & 0 deletions pages/docs/plugins/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Plugins
authors: ryzrr
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/core-workflows/asset-management.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Asset Management
authors: skipjack,michael-ciniawsky,TheDutchCoder,sudarsangp,chenxsan,EugeneHlushko,AnayaDesign,wizardofhogwarts,astonizer,snitin315,Brennvo,mr-baraiya,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/core-workflows/asset-modules.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Asset Modules
authors: smelukov,EugeneHlushko,chenxsan,anshumanv,spence-s,dkdk225,alexander-akait,GreenUpOu,avivkeller
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Hot Module Replacement
authors: jmreidy,jhnns,sararubin,rohannair,joshsantos,drpicox,skipjack,sbaidon,gdi2290,bdwain,caryli,xgirma,EugeneHlushko,AnayaDesign,aviyacohen,dhruvdutt,wizardofhogwarts,aholzner,snitin315,Brennvo,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/core-workflows/development/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Development
authors: SpaceK33z,rafde,fvgs,TheDutchCoder,WojciechKo,Calinou,GAumala,EugeneHlushko,byzyk,trivikr,aholzner,chenxsan,maxloh,snitin315,f3ndot,Brennvo,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/core-workflows/development/vagrant.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Development with Vagrant
authors: SpaceK33z,chrisVillanueva,byzyk,wizardofhogwarts,Brennvo,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/core-workflows/environment-variables.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Environment Variables
authors: simon04,grisanu,tbroadley,legalcodes,byzyk,jceipek,snitin315,Brennvo,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/core-workflows/output-management.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Output Management
authors: skipjack,TheDutchCoder,sudarsangp,JGJP,EugeneHlushko,AnayaDesign,chenxsan,snitin315,Brennvo,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/core-workflows/production.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Production
authors: henriquea,rajagopal4890,makuzaverite,markerikson,simon04,kisnows,chrisVillanueva,swapnilmishra,bring2dip,redian,skipjack,xgqfrms,kelset,xgirma,mehrdaad,SevenOutman,AnayaDesign,wizardofhogwarts,aholzner,EugeneHlushko,snitin315,Brennvo,ThierryRakotomanana,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Configuration
authors: TheLarkInn,simon04,EugeneHlushko,byzyk,mr-baraiya,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/dependency-graph.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Dependency Graph
authors: TheLarkInn,EugeneHlushko,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/entry-points.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Entry Points
authors: TheLarkInn,chrisVillanueva,byzyk,sokra,EugeneHlushko,Zearin,chenxsan,adyjs,anshumanv,ritikbanger,saishankar404,avivkeller
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Hot Module Replacement
authors: kryptokinght,SpaceK33z,sokra,GRardB,rouzbeh84,skipjack,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Concepts
authors: TheLarkInn,jhnns,grgur,johnstew,jimrfenner,TheDutchCoder,adambraimbridge,EugeneHlushko,jeremenichelli,arjunsajeev,byzyk,yairhaimo,farskid,LukeMwila,Jalitha,muhmushtaha,chenxsan,RyanGreyling2,saishankar404,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/loaders.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Loaders
authors: manekinekko,evenstensberg,SpaceK33z,gangachris,TheLarkInn,simon04,jhnns,byzyk,debs-obrien,EugeneHlushko,wizardofhogwarts,lukasgeiter,furkle,jamesgeorge007,textbook,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/manifest.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: The Manifest
authors: skipjack,EugeneHlushko,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/module-federation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Module Federation
authors: sokra,chenxsan,EugeneHlushko,jamesgeorge007,ScriptedAlchemy,snitin315,XiaofengXie16,KyleBastien,Alevale,burhanuday,RexSkz,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/module-resolution.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Module Resolution
authors: pksjce,pastelsky,byzyk,EugeneHlushko,wizardofhogwarts,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/modules.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Modules
authors: TheLarkInn,simon04,rouzbeh84,EugeneHlushko,byzyk,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/output.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Output
authors: TheLarkInn,chyipin,rouzbeh84,byzyk,EugeneHlushko,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/plugins.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Plugins
authors: TheLarkInn,jhnns,rouzbeh84,johnstew,MisterDev,byzyk,chenxsan,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/targets.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Targets
authors: TheLarkInn,rouzbeh84,johnstew,srilman,byzyk,EugeneHlushko,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/under-the-hood.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Under the Hood
authors: smelukov,EugeneHlushko,chenxsan,amirsaeed671,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/concepts/why-webpack.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Why webpack
authors: debs-obrien,montogeek,jeremenichelli,EugeneHlushko,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Getting Started
authors: bebraw,varunjayaraman,cntanglijun,chrisVillanueva,johnstew,simon04,aaronang,TheDutchCoder,sudarsangp,Vanguard90,chenxsan,EugeneHlushko,ATGardner,ayvarot,bjarki,ztomasze,Spiral90210,byzyk,wizardofhogwarts,myshov,anshumanv,d3lm,snitin315,Etheryen,zowiebeha,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/getting-started/installing-webpack.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Installation
authors: pksjce,bebraw,simon04,EugeneHlushko,sibiraj-s,chenxsan,avivkeller
---

Expand Down
3 changes: 2 additions & 1 deletion pages/guides/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
authors: moshams272
title: Guides
authors: moshams272s
---

# Guides
Expand Down
1 change: 1 addition & 0 deletions pages/guides/migration/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Migrate
authors: EugeneHlushko,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/migration/to-v3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: To v2 or v3 from v1
authors: sokra,jhnns,grgur,domfarolino,johnnyreilly,jouni-kantola,frederikprijck,chrisVillanueva,bebraw,howdy39,selbekk,ndelangen,EugeneHlushko,byzyk,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/migration/to-v4.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: To v4 from v3
authors: sokra,EugeneHlushko,Kolhar730,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/migration/to-v5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: To v5 from v4
authors: sokra,salemhilal,keichinger,EugeneHlushko,MattGoldwater,rramaa,chenxsan,jamesgeorge007,getsnoopy,yevhen-logosha,akash-kumar-dev,EvanSanderson,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/modern-web/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Modern Web Platform
authors: phoekerson,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/modern-web/native-css.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Native CSS
authors: phoekerson,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/modern-web/progressive-web-application.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Progressive Web Application
authors: johnnyreilly,chenxsan,EugeneHlushko,benschac,aholzner,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/modern-web/web-workers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Web Workers
authors: chenxsan,avivkeller
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Dependency Management
authors: ndelangen,chrisVillanueva,sokra,byzyk,AnayaDesign,ThierryRakotomanana,avivkeller
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: ECMAScript Modules
authors: sokra,ryzrr,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/modules-and-dependencies/entry-advanced.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Advanced entry
authors: EugeneHlushko,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/modules-and-dependencies/package-exports.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Package exports
authors: sokra,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/modules-and-dependencies/shimming.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Shimming
authors: pksjce,jhnns,simon04,jeremenichelli,svyandun,byzyk,EugeneHlushko,AnayaDesign,dhurlburtusa,plr108,NicolasLetellier,wizardofhogwarts,snitin315,chenxsan,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/optimization/build-performance.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Build Performance
authors: sokra,tbroadley,byzyk,madhavarshney,wizardofhogwarts,anikethsaha,Brennvo,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/optimization/caching.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Caching
authors: okonet,jouni-kantola,skipjack,dannycjones,fadysamirsadek,afontcu,rosavage,saiprasad2595,EugeneHlushko,AnayaDesign,aholzner,snitin315,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/optimization/code-splitting/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Code Splitting
authors: pksjce,pastelsky,simon04,jonwheeler,johnstew,shinxi,tomtasche,levy9527,rahulcs,chrisVillanueva,rafde,bartushek,shaunwallace,skipjack,jakearchibald,TheDutchCoder,rouzbeh84,shaodahong,sudarsangp,kcolton,efreitasn,EugeneHlushko,Tiendo1011,byzyk,AnayaDesign,wizardofhogwarts,maximilianschmelzer,smelukov,chenxsan,Adarah,atesgoral,snitin315,artem-malko,Brennvo,ThierryRakotomanana,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/optimization/code-splitting/lazy-loading.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Lazy Loading
authors: iammerrick,chrisVillanueva,skipjack,byzyk,EugeneHlushko,AnayaDesign,tapanprakasht,snitin315,ThierryRakotomanana,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/optimization/tree-shaking.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Tree Shaking
authors: simon04,zacanger,alexjoverm,avant1,MijaelWatts,dmitriid,probablyup,gish,lumo10,byzyk,pnevares,EugeneHlushko,AnayaDesign,torifat,rahul3v,snitin315,vansh5632,Brennvo,ThierryRakotomanana,avivkeller
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Authoring Libraries
authors: pksjce,johnstew,simon04,5angel,marioacc,byzyk,EugeneHlushko,AnayaDesign,chenxsan,wizardofhogwarts,Debraj2024,avivkeller
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Content Security Policies
authors: EugeneHlushko,probablyup,wizardofhogwarts,koto,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/tooling-and-integration/integrations.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Integrations
authors: pksjce,bebraw,tashian,skipjack,AnayaDesign,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/guides/tooling-and-integration/typescript.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Typescript
authors: morsdyce,kkamali,mtrivera,byzyk,EugeneHlushko,chenxsan,snitin315,tusharthakur04,ThierryRakotomanana,valentina-buoro,avivkeller
---

Expand Down
1 change: 1 addition & 0 deletions pages/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Webpack
layout: home
mdx: true
---
Expand Down
Loading
Loading