According to Webpack there's a property on the output object in their configuration settings. https://webpack.js.org/configuration/output/#outputasyncchunks
I am struggling to understand what exactly this will do and when/why it should be set to a certain value (true/false).
I can't seem to find any explanations online either, other than another SO post linking to another article which is about a different property (see: What is an async chunk in webpack?).
So is there anyone that can help me out and explain to me in simple terms when and why to use asyncChunks and what it will do?