Blog
Dev
Product Management
UX Design
Podcast
Features
Solutions
Solve User-Reported Issues
Find Issues Faster
Optimize Conversion and Adoption
Sign In
Start monitoring for free
webpack
Writing webpack plugins in Rust using SWC for faster builds
We explore how to build custom SWC plugins using Rust and then use them in webpack-based projects to speed up our...
Introducing Turbopack: A Rust-based successor to webpack
Learn about Turbopack, a new, Rust-based, Vercel-backed incremental bundler optimized for your JavaScript and TypeScript projects.
How to detect dead code in a frontend project
Explore different approaches to detect dead code in your frontend project that can be used interchangeably and in combination.
Snowpack vs. webpack: A build tool comparison
Few tools have been as central and important to the JavaScript ecosystem as webpack. Learn how Snowpack and webpack stack up.
Tree shaking JSON files with webpack
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...
Migrating to SWC: A brief overview
SWC is faster than webpack and Babel. If you've already bootstrapped your project with those tools, here's how you can to...
Tree shaking and code splitting in webpack
Here, we'll explain tree shaking and code splitting in webpack and discuss how to combine them for the most optimal bundle...
How to configure CSS Modules for webpack
Increase the flexibility of your app's CSS components with CSS Modules and Webpack in this handy tutorial and demo app build....
Building micro-frontends with webpack’s Module Federation
Learn how you can simplify app architecture by using webpack 5’s Module Federation to consume and share micro-frontend components with a...
vanilla-extract tutorial: Create zero-runtime style sheets in TypeScript
vanilla-extract helps you create zero-runtime style sheets in TypeScript. Learn how by building and theming a demo app with React and...
The best webpack configurations for React applications
If you've struggled to configure webpack for your React app, look no further. We cover both generic and specific config needs.
webpack or esbuild: Why not both?
If you want to have faster builds but don't have the time to go through a big migration, esbuild-loader enables you...
First
1
2
Last
Loading Comments...
Write a Comment...
Email (Required)
Name (Required)
Website