Back to Programs

Web

webpack

webpack is the module bundler for web projects

javascriptnode.jstypescript

Participation history

6 GSoC years

2026

3 projects

Official year page

Webpack: New Documentation Website

Webpack currently lacks a modern, automated documentation site. Existing documentation is manually maintained, lacks API reference generation, and...

Automated Webpack Documentation Pipeline

Webpack's extensive API definitions are currently locked inside raw types.d.ts files, creating a significant manual maintenance burden to keep the...

webpack: New Documentation Website - Completing the TypeDoc Pipeline for webpack's API

The Problem When developers write custom webpack plugins, they need reliable API documentation. Currently, the generated docs drop critical function...

2025

1 project

Official year page

Enhancing Webpack with ESM Module Output

This project aims to modernize Webpack by implementing comprehensive support for ECMAScript Modules (ESM) output. Webpack currently lacks robust ESM...

2024

3 projects

Official year page

Refactor tests on webpack-dev-server

webpack-dev-server is a development tool in the webpack group projects. It eases the development of javascript projects by providing an instant...

Native css support

Native CSS Support is capable of replacing mini-css-extract-plugin, style-loader and css-loader, with better support for Hot Module Replacement...

Webpack-cli: create-webpack-app package development

This proposal outlines the development of create-webpack-app, a webpack cli tool designed to streamline project setup for web development. Leveraging...

2020

1 project

Official year page

CLI: Tooling

My contributions majorly include the most crucial things for the CLI ( webpack-cli ) like - allowing multiple types of same arguments e.g --stats...

2019

2 projects

Official year page

Output Reporter

At the moment it’s difficult to customise webpack’s output and it requires a deep knowledge of the internal workings of webpack and webpack-cli. The...

Dev Server Refactor

The Webpack Dev Server is designed to make development of Webpack projects efficient, customizable, and possible on older browsers. During this...

2018

3 projects

Official year page

Deep Scope Analysis

I want to contribute to Webpack project by implementing one of the proposed ideas, namely “Deep Scope Analysis”. The program will traverse the ASTs...

webpack-cli: Infrastructure and Automation Work - Dhruvdutt

webpack-cli: Infrastructure and Automation Work This document majorly proposes most crucial things on the CLI roadmap like AST refactoring, static...

Webpack dependencies with WebAssembly

The performance issue, or bundle time speed-up, is a common challenge for modern JavaScript/web bundler. As one of the most powerful module bundlers...