Tag: webpack

Webpack Adoption Guide Overview Examples And Alternatives

webpack adoption guide: Overview, examples, and alternatives

Dev

Let’s explore webpack, its history, and how it works to help you decide if it’s the right tool to adopt for your next JavaScript project.

John Reilly
Jan 30, 2024 ⋅ 17 min read
Migrate Webpack Rspack

Why you should migrate to Rspack from webpack

Dev

We explore Rspack, compare its performance to webpack, and demonstrate how to migrate from webpack to Rspack.

Ahmad Rosid
Oct 23, 2023 ⋅ 10 min read
Writing Webpack Plugins Rust SWC Faster Builds

Writing webpack plugins in Rust using SWC for faster builds

Dev

We explore how to build custom SWC plugins using Rust and then use them in webpack-based projects to speed up our builds.

Mario Zupan
May 24, 2023 ⋅ 7 min read
Introducing Turbopack: A Rust-based successor to Webpack

Introducing Turbopack: A Rust-based successor to webpack

Dev

Learn about Turbopack, a new, Rust-based, Vercel-backed incremental bundler optimized for your JavaScript and TypeScript projects.

Emmanuel John
Nov 30, 2022 ⋅ 7 min read
Tool Logos Over Code Background

How to detect dead code in a frontend project

Dev

Explore different approaches to detect dead code in your frontend project that can be used interchangeably and in combination.

Iva Kop
Apr 26, 2022 ⋅ 5 min read
Snowpack vs. webpack

Snowpack vs. webpack: A build tool comparison

Dev

Few tools have been as central and important to the JavaScript ecosystem as webpack. Learn how Snowpack and webpack stack up.

Drew Powers
Mar 14, 2022 ⋅ 12 min read
Treeshaking JSON in Webpack

Tree shaking JSON files with webpack

Dev

Webpack performs out-of-the-box tree shaking when compiling multiple JSON files into a single one. Here’s how and why you should use it.

Kumar Abhirup
Jan 6, 2022 ⋅ 4 min read
Logo Over a Pebbled Background

Migrating to SWC: A brief overview

Dev

SWC is faster than webpack and Babel. If you’ve already bootstrapped your project with those tools, here’s how you can to SWC tooling.

Lorenz Weiß
Oct 7, 2021 ⋅ 3 min read
Webpack Logo Over a Tree Background

Tree shaking and code splitting in webpack

Dev

Here, we’ll explain tree shaking and code splitting in webpack and discuss how to combine them for the most optimal bundle possible.

Simohamed Marhraoui
Sep 20, 2021 ⋅ 8 min read

How to configure CSS Modules for webpack

Dev

Increase the flexibility of your app’s CSS components with CSS Modules and Webpack in this handy tutorial and demo app build.

Hulya Karakaya
Sep 9, 2021 ⋅ 3 min read
Deploying Micro-Frontends Using webpack's Module Federation

Building micro-frontends with webpack’s Module Federation

Dev

Learn how you can simplify app architecture by using webpack 5’s Module Federation to consume and share micro-frontend components with a Vue.js example.

Uma Victor
Aug 27, 2021 ⋅ 7 min read
vanilla-extract tutorial: Create zero-runtime stylesheets in TypeScript

vanilla-extract tutorial: Create zero-runtime style sheets in TypeScript

Dev

vanilla-extract helps you create zero-runtime style sheets in TypeScript. Learn how by building and theming a demo app with React and webpack.

Julio Sampaio
Aug 18, 2021 ⋅ 8 min read