Stable chunk list ident (#5104)
### Description
This fixes an issue where the chunk list's identifier would change when
a chunk is added or removed. This defeats the purpose of a chunk list,
and breaks HMR.
### Testing Instructions
Manual tests, and eventually Next.js HMR tests.