enter image description here
enter image description here
I want to solve the following problem in js:
When the page refreshes, I have 1 entry file pulled up in html and after it has loaded, its chunks are pulled up. I would like to bypass this structure a bit and not wait for app.js to load, but load the chunks I need in parallel. Is it possible to do this if these chunks are assets of my entry app.js?
New contributor
user26549268 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.