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

Long term caching with chunkhash #11

@jtmthf

Description

@jtmthf

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions