---
title: "Why You Should Not Use Webpack"
url: https://daily.dev/posts/why-you-should-not-use-webpack-ilje0zw90
source_url: https://javascript.plainenglish.io/why-you-should-not-use-webpack-f07f4fd7c116
type: article
source: "JavaScript in Plain English"
published: 2021-04-19T10:46:41.245Z
updated: 2021-10-07T14:17:10.317Z
tags: ["webpack", "vite"]
reading_time: 3
upvotes: 11
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Why You Should Not Use Webpack

**[JavaScript in Plain English](https://daily.dev/sources/jsPlainEnglish)** · 3 min read · 11 upvotes · 1 comments

## Summary

Webpack is one of the most popular bundlers around today. Tons of production apps and frameworks, such as Next.js, use it for bundling and building. However, times have changed since Webpack’s inception, and now it is not the best tool for lots of cases.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://javascript.plainenglish.io/why-you-should-not-use-webpack-f07f4fd7c116>

## Community discussion

Top comments from developers on daily.dev.

**@itsmnthn** · 4 upvotes

> Congratulations on your first article! Read new perspectives over the bundlers. Most people go with the popular one to rely on the community to solve problems and find thats already solved, but there are times where it is cardinal to look for the best. Will surely try these new bundlers and take advantages of feature they serve. Again Thanks.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#webpack](https://daily.dev/tags/webpack), [#vite](https://daily.dev/tags/vite)

[View this post on daily.dev](https://daily.dev/posts/why-you-should-not-use-webpack-ilje0zw90)
