© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Paulo Pires
Senior UI Developer
What's your advice to someone that never contributed to webpack before start doing it right now? Maybe documentation etc?
Juho Vepsäläinen
SurviveJS
The issue tracker has potential documentation tasks. See the tasks with easy documentation labels. Drop the easy label for more.
Generally it's easier to contribute around webpack than within it. This is something I have done with webpack-merge for example.
Tobias Koppers
Contribution around loaders is also a good opportunity. The less used loaders are often not in the best quality or miss features.
Loaders are often pretty short and easy to understand. There is also a guide how to write loaders.
Thanks guys :)