Used to control how the runtime chunk is generated, it is used by optimization.runtimeChunk
under the hood.
Used to configure the name of the runtime chunk; it can be a string or a function that returns a string, where the function parameter is the name of the entry.
string | ((entrypoint: { name: string }) => string)