Tagged articles
7 articles
Page 1 of 1
Goodme Frontend Team
Goodme Frontend Team
Jan 13, 2025 · Frontend Development

Why Upgrading to Webpack 5 Breaks process.env and How to Fix It

This article recounts a production white‑screen caused by missing node polyfills after upgrading to webpack 5, explains how the undefined process.env variables triggered the crash, and shows how to diagnose and resolve the issue using DefinePlugin or a polyfill plugin.

DefinePluginfrontend debuggingnode polyfill
0 likes · 6 min read
Why Upgrading to Webpack 5 Breaks process.env and How to Fix It
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Nov 2, 2022 · Frontend Development

How Upgrading to Webpack 5 Slashed Build Times by 60% in a Large Music App

This guide details how a massive music‑artist web application reduced its full build time from 140 seconds to 55 seconds and its incremental compile time from up to 80 seconds down to about 1 second by migrating from Webpack 4 to Webpack 5, including preparation steps, configuration changes, and common pitfalls.

Build OptimizationJavaScriptMigration Guide
0 likes · 17 min read
How Upgrading to Webpack 5 Slashed Build Times by 60% in a Large Music App
Aotu Lab
Aotu Lab
May 19, 2022 · Frontend Development

Taro v3.5: Supercharging Build Speed with Webpack 5, Module Federation, and React 18 Support

Version 3.5 of Taro introduces a major compilation system overhaul with Webpack 5 support, module‑federation based dependency pre‑bundling, esbuild compression, and @swc/register, delivering faster builds, React 18 compatibility, SSR via a Next.js plugin, MPA and Expo‑based React Native enhancements, plus detailed upgrade steps.

Build SpeedExpoMPA
0 likes · 13 min read
Taro v3.5: Supercharging Build Speed with Webpack 5, Module Federation, and React 18 Support
ByteFE
ByteFE
Feb 1, 2021 · Frontend Development

Migrating to Webpack 5: Team Practices, Pitfalls, and New Features

This article details the motivations behind Webpack 5, outlines a step‑by‑step migration workflow—including preparation, dependency upgrades, common pitfalls, and new build‑time and runtime capabilities such as Asset Modules, filesystem caching, WebAssembly, Web Workers, improved long‑term caching and top‑level await—while providing performance comparisons and practical code snippets.

Frontend BuildWeb WorkerWebAssembly
0 likes · 22 min read
Migrating to Webpack 5: Team Practices, Pitfalls, and New Features
Programmer DD
Programmer DD
Nov 18, 2020 · Frontend Development

What’s New in Angular 11? Key Features and Upgrade Guide

Angular 11.0.0 introduces major updates such as TypeScript 4.0 support, dropping legacy IE versions, automatic font inlining, enhanced test harnesses, faster builds, experimental Webpack 5 support, and a migration from TSLint to ESLint, all detailed with upgrade commands and practical tips.

AngularCLIESLint
0 likes · 5 min read
What’s New in Angular 11? Key Features and Upgrade Guide
Qborfy AI
Qborfy AI
Jun 2, 2020 · Frontend Development

Model‑Driven Front‑End Architecture & Latest Web Trends: A Weekly Tech Digest

This weekly digest explores model‑centric front‑end architecture challenges, monorepo benefits, new Chrome performance metrics, a hands‑on evaluation of Webpack 5, and edge‑enabled rendering techniques, offering concrete examples and practical insights for modern web developers.

Edge ComputingWeb Performancearchitecture
0 likes · 6 min read
Model‑Driven Front‑End Architecture & Latest Web Trends: A Weekly Tech Digest