I could use a little bit of help with an issue where, when we compile our project, the initial chunk only has an entry for one of our async chunks. The webpack config can be found here. It's a bit of a complex project but if you clone it, run npm i && npm run cdn:build:local to run the webpack build and output is in the /build/ directory. I have commented out many of our additional packages to simplify and speed up the build process.
Below is a screenshot of an attempt to debug locally.

The allChunks variable does not actually have all the chunks in it. The includedChunks variable is actually correct.
I could use a little bit of help with an issue where, when we compile our project, the initial chunk only has an entry for one of our async chunks. The webpack config can be found here. It's a bit of a complex project but if you clone it, run
npm i && npm run cdn:build:localto run the webpack build and output is in the/build/directory. I have commented out many of our additional packages to simplify and speed up the build process.Below is a screenshot of an attempt to debug locally.
The
allChunksvariable does not actually have all the chunks in it. TheincludedChunksvariable is actually correct.