Quick comparison of tsc, ts-loader, and babel-loader for TypeScript builds—what they do and when to choose each.
Webpack 5 has been out for a long time. Will there be a Webpack 6, or is Webpack exiting the stage? I checked the repo …
I previously built a webpack loader called domain-replace-loader to replace domains in frontend JS, e.g., swapping to a …
Use the official Vite legacy plugin to target older browsers without managing Browserslist/Core-JS manually.
Importing from lib vs. es vs. package root can change bundle size dramatically; why and how to choose.
How to customize Source Map generation in Webpack, including when to enable it, how to exclude specific files, and …
This article introduces Makefile, including its advantages, implementation details, and related information to help …
How to auto-append component names to Storybook titles via a custom webpack loader, plus implementation details and …
Expose config from package.json into the built app via webpack DefinePlugin, with typing in TS and pitfalls to avoid.
This article introduces how to bulk-replace domain names in frontend code, including usage scenarios and implementation …
Exploring process.env.NODE_ENV: origins, usage scenarios, and practical applications in frontend builds and Node.js …
An explanation of the sideEffects field in package.json, including its purpose, usage patterns, and how it enables …
An overview of upgrading from Webpack 4 to 5, including benefits, key changes, upgrade steps, and references to help you …
An introduction to Webpack HMR, including its benefits, how it works, setup details for Angular/React/Vue, and …
Split growing i18n JSON into multiple files and merge at build time with webpack, then load per locale.
CI/CD for a blog platform using Travis: build, rsync to VPS, restart services, plus tips for SSH keys, scripts, and …
How to fix "JavaScript heap out of memory" during Angular/Webpack builds by increasing Node/V8 memory, with safer script …
This article introduces the loadChildren duplicate path issue in Angular development, including advantages, …
When using AOT (Ahead-of-Time) compilation in Angular, lazy loading might fail silently, bundling everything into the …
This article introduces the JavaScript heap out of memory error, including its causes, solutions, implementation …
An analysis and fix for the issue where a Webpack build outputs files whose hash remains the same even though their …