Skip to content

ryanwilsonperkin/webpack-16758

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction for Webpack issue 16758

This repo serves as a reproduction for webpack/webpack#16758

It contains a single entrypoint at src/index.js that dynamically imports ten thousand simple modules with a single export. The goal is to produce a large number of assets to highlight the performance degradation that happens in the RealContentHashPlugin under this stress.

Usage

  1. yarn to install deps
  2. yarn webpack build --mode=production --progress=profile to build and monitor progress

On my machine (Macbook Pro, M1, 16Gb Ram, 8 Cores) this takes ~54s. With the patch applied from webpack/webpack#16759, this is reduced to ~32s

About

webpack-16758

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published