Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure chunk filenames are consistent for long-term caching
Per https://webpack.js.org/configuration/output/#template-strings, `contenthash` is based on the final content of the chunk file. Given the same file contents, the filename is guaranteed to be the same. Resolves embroider-build#519
- Loading branch information