You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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. TheincludedChunks
variable is actually correct.The text was updated successfully, but these errors were encountered: