webpack

cover image

Introducing Turbopack, the Rust-based successor to Webpack.

cover image

webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.

cover image

I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned more enjoyable-to-write source code into the kind of JavaScript that browsers wou...

cover image

Webpacker is the default JavaScript compiler for Rails 6 applications. Which means that all the...

cover image

webpack is a famous static module bundler. Module bundlers are used to bundle Javascript modules into...