Skip to content
Standard
Reader
Log in
Tag
Webpack
Articles and publications tagged Webpack across the Atmosphere.
88
articles
6
publications
Articles
Publications
Recent
Recent
Trending
Most popular
johnnyreilly.com
·
Jul 31, 2026
Migrating ts-loader to TypeScript 7.1 with AI
How I used AI to migrate ts-loader to TypeScript 7.1.
webpack
·
ts-loader
johnnyreilly.com
·
Jul 6, 2026
Open source: Who is your DR?
Who looks after your open source if you cannot anymore?
webpack
·
ts-loader
johnnyreilly.com
·
Jul 6, 2026
Open source: Who is your DR?
Who looks after your open source if you cannot anymore?
webpack
·
ts-loader
Angular.Schule
·
Jun 3, 2026
Angular 22 is here!
There is news from the Angular world again: Angular 22 is here! This release pushes several concepts across the finish line: Signal Forms, the Resource API, and @angular/aria are now stable. The HttpClient now uses the modern Fetch API by default, and a new @Service() decorator has been introduced. We present these and several other updates in this blog post.
Angular
·
Angular 22
Angular-Buch
·
Jun 3, 2026
Angular 22 ist da!
Es gibt wieder Neuigkeiten aus der Angular-Welt: Angular 22 ist da! Dieses Release zieht mehrere Konzepte über die Ziellinie: Signal Forms, Resource API und @angular/aria sind stable. Der HttpClient setzt nun standardmäßig auf die moderne Fetch API, und es wurde ein neuer @Service()-Decorator eingeführt. Diese und einige weitere Neuerungen stellen wir in diesem Blogpost vor.
Angular
·
Angular 22
johnnyreilly.com
·
May 30, 2026
ts-loader goes webpack 4... again!
TypeScript webpack loader `ts-loader@9.6+` now supports webpack 4.
webpack
·
ts-loader
johnnyreilly.com
·
May 30, 2026
ts-loader goes webpack 4... again!
TypeScript webpack loader `ts-loader@9.6+` now supports webpack 4.
webpack
·
ts-loader
Sahil Kapoor's Playbook
·
May 18, 2026
Vite
Vite is a front-end build tool created by Evan You (the creator of Vue), designed to give developers near-instant dev server starts and hot module replacement. It uses native ES modules and esbuild during development for speed, then bundles for production with Rollup (or Rolldown, the Rust-based successor). How it works * Dev server. Serves source files as native ES modules with on-demand transformation; browsers fetch each module individually. * Hot Module Replacement (HMR). Module-level u
Webpack
·
React
Devtools FM
·
Apr 20, 2025
Zack Jackson - ByteDance, rspack, and the Future of Web Development
Zack Jackson from ByteDance explores rspack, the Rust-based bundler that's reshaping the web development landscape beyond webpack and vite.
rspack
·
webpack
Devtools FM
·
Jun 16, 2024
Naman Goel - StyleX
Naman Goel, StyleX technical lead, breaks down Facebook's CSS-in-JS solution and why it outperforms other styling frameworks.
technology
·
react
johnnyreilly.com
·
Apr 6, 2024
Overview of webpack, a JavaScript bundler
webpack is a JavaScript bundler that helps you bundle your code into a single file. It's a great tool for optimizing your code and improving performance.
webpack
johnnyreilly.com
·
Apr 6, 2024
Overview of webpack, a JavaScript bundler
webpack is a JavaScript bundler that helps you bundle your code into a single file. It's a great tool for optimizing your code and improving performance.
webpack
Devtools FM
·
Jan 28, 2024
Christopher "vjeux" Chedeau - Prettier, React Native
Christopher Chedeau shares the creation stories behind Prettier and React Native, plus Meta's open source culture and the shift to Rust tooling.
technology
·
prettier
Hipstersmoothie's Blog
·
Jan 27, 2024
Including static files in App Router RSCs
Why bundling static files into a Next.js App Router build is harder than it looks, and how webpack's require.context and custom loaders solve it.
react
·
nextjs
Devtools FM
·
Feb 2, 2023
Tobias Koppers - TurboPack, Webpack
Tobias Koppers discusses Webpack's origins and introduces TurboPack, Vercel's next-generation JavaScript bundler.
javascript
·
webpack
johnnyreilly.com
·
Sep 29, 2022
Faster Docusaurus builds with swc-loader
This post demonstrates how to speed up your Docusaurus build by using SWC and the `swc-loader` for webpack.
docusaurus
·
webpack
johnnyreilly.com
·
Sep 29, 2022
Faster Docusaurus builds with swc-loader
This post demonstrates how to speed up your Docusaurus build by using SWC and the `swc-loader` for webpack.
docusaurus
·
webpack
Devtools FM
·
May 12, 2022
Zack Jackson - Module Federation
Zack Jackson introduces Module Federation, exploring this groundbreaking webpack concept that enables software streaming and self-healing apps.
technology
·
open source
johnnyreilly.com
·
Dec 29, 2021
Preload fonts with Docusaurus (updated 03/11/2022)
Improve website performance by preloading web fonts in Docusaurus using `webpack-font-preload-plugin` or `headTags` API, as described in this tutorial.
docusaurus
·
webpack
johnnyreilly.com
·
Dec 29, 2021
Preload fonts with Docusaurus (updated 03/11/2022)
Improve website performance by preloading web fonts in Docusaurus using `webpack-font-preload-plugin` or `headTags` API, as described in this tutorial.
docusaurus
·
webpack
johnnyreilly.com
·
Jul 11, 2021
webpack? esbuild? Why not both?
Using both webpack and esbuild for faster builds is possible with esbuild-loader. This post guides through using it with webpack and migrating to it.
webpack
·
ts-loader
johnnyreilly.com
·
Jul 11, 2021
webpack? esbuild? Why not both?
Using both webpack and esbuild for faster builds is possible with esbuild-loader. This post guides through using it with webpack and migrating to it.
webpack
·
ts-loader
johnnyreilly.com
·
May 1, 2021
Blog Archive for Docusaurus
Learn how to add a blog archive to your Docusaurus blog and browse through historic posts. Follow the articles steps to implement.
docusaurus
·
webpack
johnnyreilly.com
·
May 1, 2021
Blog Archive for Docusaurus
Learn how to add a blog archive to your Docusaurus blog and browse through historic posts. Follow the articles steps to implement.
docusaurus
·
webpack
Home
Latest
Discover
Search