webpack

Parsing raw text inputs in web applications using ANTLR

Create a parser to handle raw text inputs with the ANTLR toolkit and webpack in this step-by-step tutorial and example build.
Shalitha Suranga
6 min read
Features coming to webpack 2021

Changes coming to webpack in 2021

Webpack 5 featured architectural changes that set the stage for future user-friendly improvements. Here's what to look for going forward.
Elijah Asaolu
4 min read
webpack snowpack comparison bundle

Why and how to use Snowpack instead of webpack

Here's a brief comparison between webpack and Snowpack and a step-by-step guide to getting started with Snowpack.
Pam Lu
4 min read
The Webpack logo against a white background;

Improve your webpack build with the DLL plugin

Learn how to improve build times when using webpack with the DLL plugin.
Chisimdiri Ejinkeonye
3 min read
Benchmarking Bundlers in 2020: Parcel.js vs. Rollup vs. webpack

Benchmarking bundlers 2020: Rollup vs. Parcel vs. webpack

Bundlers serve as a cornerstone technology for all modern web apps. We've benchmarked Rollup, Parcel.js, and webpack across multiple criteria.
Zain Sajjad
6 min read

Slimming down your bundle size

A large part of frontend loading time is spent on executing JavaScript files as well as rendering the page.
Kasra Khosravi
9 min read
An In-depth Guide To Performance Optimization With Webpack

An in-depth guide to performance optimization with webpack

A good understanding of webpack's underlying principles can vastly improve your bundle size and overall app performance.
Sebastian Weber
21 min read
Useful Development Tools For Vue.js

5 useful development tools for Vue.js

Vue can be a joy to use, but you may need extra tools to efficiently build apps with it. We cover...
Deji Atoyebi
5 min read

New features in webpack 5

If you’re bundling front-end assets, chances are you’re using a tool to do it. And that tool, most likely, is webpack....
Dennis Gaebel
5 min read

Switching to Parcel from webpack

Take a webpack configuration that handles Sass, Babel, and more with a Parcel setup.
Sunil Sandhu
5 min read

Configuring webpack from scratch for Tailwind CSS with React

Learn how to configure webpack from scratch for Tailwind CSS in React.
Ogundipe Samuel
5 min read

Quick guide to webpack bundle and code splitting with React

Introduction You’re probably here because your app has grown to the point where forcing the user to download the entire thing...
Christian Nwamba
2 min read