Tag

commonschunkplugin

0 views collected around this technical thread.

Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 31, 2017 · Frontend Development

How to Fine‑Tune Webpack Bundles for Faster Loads and Smaller Files

This article walks through analyzing Webpack bundle output, identifying oversized or duplicated modules, applying code‑splitting with async imports, and adjusting CommonsChunkPlugin settings to produce leaner, more cache‑friendly builds for traditional non‑SPA pages.

Bundle OptimizationCode SplittingWebpack
0 likes · 7 min read
How to Fine‑Tune Webpack Bundles for Faster Loads and Smaller Files