Does wget support downloading sites using Webpack code splitting?
I tried using wget on a simple website of mine and surprisingly it worked (captured all the chunk packages) but I was wondering why as I can't find anything online related to wget having support for capturing code splitting (requires the user to interact with portions of the website to trigger the js state chunks when done manually).

I tried using wget on a simple website of mine and surprisingly it worked (captured all the chunk packages) but I was wondering why as I can't find anything online related to wget having support for capturing code splitting (requires the user to interact with portions of the website to trigger the js state chunks when done manually).