So, a module is a file in the beginning, but, after webpack has finished bundling, the resulted files are called chunks and the chunks contain modules, as well as runtime code. Webpack uses this runtime code in order to properly tie together all the resulted chunks so that the application becomes functional.
source: https://andreigatej.dev/blog/webpack-what-is-a-chunk/