What problem does this feature solve?
Current, jsChunkGroup struct in rspack is not align with webpack.
jsChunkGroup expected has function: getModulePreOrderIndex, getModulePostOrderIndex.
What does the proposed API of configuration look like?
const preOrder = group.getModulePreOrderIndex(module);
const postOrder = group.getModulePostOrderIndex(module);