Install
Build Tools & Bundlers
Vite, Webpack, Turbopack, Rollup, esbuild, and modern build pipelines.
- 3 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Build Tools & Bundlers
Modernizing Vue App by using IBM Bob
20+ hour, 54+ min ago (22+ words) Background I have many applications that use Vue CLI and, of course, are mostly still on... Tagged with vue, ibmbob, ai, devjournal....
Build a Vite Plugin to Catch Broken SVG Assets Before Production
2+ week, 4+ day ago (1630+ words) Save 20-40% On Your OpenRouter Bills. Stay up to date with AI tools, model releases, and developer workflows that matter. Weekly. Free. One click to leave. SVG files have an unusual position in frontend projects. They look like ordinary static assets,…...
Rspack CommonJS Default Export Case File
2+ week, 5+ day ago (129+ words) Rspack v2.1.0 production builds could remove the real default export from a Babel-compiled CommonJS package. The affected import worked in the release candidate, and v2.1.1 restored the behavior about 18 hours later. Sources: GitHub · npm · August 24, 2026 Rspack is an open-source Rust bundler with…...
Migrating a 5-year-old React admin app from CRA + Webpack to Vite + SWC — 166 files, 70 days
2+ week, 6+ day ago (1715+ words) Summer Bug Smash: Smash Stories 🐛🛹 This is a submission for DEV's Summer Bug Smash: Smash Stories powered by Sentry. The build was fine. Everything else was on fire. Every codebase has a number that nobody says out loud. Ours was…...
React Compiler vs Vue Vapor Mode: 12 Steps [2026]
3+ week, 3+ hour ago (1144+ words) This is a hands-on build. You’ll need a working Node.js install and about 90-100 minutes if you follow every step, including the benchmark runs at the end. If you only want the setup steps without the benchmark app, budget closer…...
Create React App is Dead. What’s Next? (Vite vs. Next.js)
3+ week, 1+ day ago (496+ words) For years, npx create-react-app my-app was the undisputed starting point for almost every React developer. It was the golden standard—a zero-configuration miracle that abstracted away the painful complexities of Webpack and Babel. But times have changed. As the web…...
Vite’s?url Import Gives You a URL, Not jQuery
3+ week, 3+ day ago (350+ words) The confusing part is only four characters long:?url. Add it to a Vite import and the value changes from executable JavaScript to the address of an asset. This fails because jqueryUrl is a string, not the jQuery function: Remove…...