webpack
Learn about Turbopack, a new, Rust-based, Vercel-backed incremental bundler optimized for your JavaScript and TypeScript projects.
Explore different approaches to detect dead code in your frontend project that can be used interchangeably and in combination.
Few tools have been as central and important to the JavaScript ecosystem as webpack. Learn how Snowpack and webpack stack up.
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.
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.
Here, we'll explain tree shaking and code splitting in webpack and discuss how to combine them for the most optimal bundle possible.
Increase the flexibility of your app's CSS components with CSS Modules and Webpack in this handy tutorial and demo app build.
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.
vanilla-extract helps you create zero-runtime style sheets in TypeScript. Learn how by building and theming a demo app with React and webpack.
If you've struggled to configure webpack for your React app, look no further. We cover both generic and specific config needs.
If you want to have faster builds but don't have the time to go through a big migration, esbuild-loader enables you to use esbuild...
Create a parser to handle raw text inputs with the ANTLR toolkit and webpack in this step-by-step tutorial and example build.