This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Description
One feature that would be great to have is long-term caching of chunks by using webpack's chunkhash feature. On the browser production build, output files would be renamed to something like [name].[chunkhash].js. The consequence is that file names are not predictable anymore so that on the server side render, the webpack stats would need to be read to get the file paths of the javascript files.