---
title: "Time to Say Goodbye to Webpack?"
url: https://daily.dev/posts/time-to-say-goodbye-to-webpack--enrnnxxhl
source_url: https://javascript.plainenglish.io/time-to-say-goodbye-to-webpack-5bf06ff48823
type: article
source: "JavaScript in Plain English"
published: 2022-01-31T13:56:48.252Z
updated: 2026-03-15T07:01:19.817Z
tags: ["general-programming", "react", "tools", "vite", "webpack"]
reading_time: 5
upvotes: 191
comments: 9
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.

# Time to Say Goodbye to Webpack?

**[JavaScript in Plain English](https://daily.dev/sources/jsPlainEnglish)** · 5 min read · 191 upvotes · 9 comments

## Summary

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. Vite is opinionated and comes with sensible defaults out of the box, but is also highly extensible via its plugin API and JavaScript API with full typing support.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://javascript.plainenglish.io/time-to-say-goodbye-to-webpack-5bf06ff48823>

## Community discussion

Top comments from developers on daily.dev.

**@firehawk91** · 4 upvotes

> From the very first time I had to deal with Webpack (until I found out about Vite) I hated every single second spent on it. It always felt slow and I couldn't get my mind around the fact that frontend devs had to deal with it daily. I'll always recommend it when the project can move from webpack or don't even use it from the beginning.

**@lorezz** · 1 upvotes

> Love Vite, anyway nowadays i use a lot more next and remix for my web experiments...

**@sohhamm** · 1 upvotes

> Vite is amazing, just waiting for esbuild to be stable enough to be used in production and not just dev server.

**@anam0927** · 1 upvotes

> Great article!
> I really was wondering what exactly are the advantages of Vite over webpack and this clears it up completely!
>
>
> Maybe I'll pitch it to my company for our product

**@posandu** · 1 upvotes

> Thanks, Now I can improve performance of my apps 😁

## 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: [#general-programming](https://daily.dev/tags/general-programming), [#react](https://daily.dev/tags/react), [#tools](https://daily.dev/tags/tools), [#vite](https://daily.dev/tags/vite), [#webpack](https://daily.dev/tags/webpack)

[View this post on daily.dev](https://daily.dev/posts/time-to-say-goodbye-to-webpack--enrnnxxhl)
