Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path reported is possibly inaccurate? #46

Open
mrbinky3000 opened this issue Jul 15, 2022 · 0 comments
Open

Path reported is possibly inaccurate? #46

mrbinky3000 opened this issue Jul 15, 2022 · 0 comments

Comments

@mrbinky3000
Copy link

Before installing this module (thanks for making this) I would see an error like this...

ChunkLoadError: Loading chunk 2586 failed. (error: http://www.example.com/full/url/ProblemChunk.69da4c5g.chunk.js) at...

After installing this module, I now see this...

ChunkLoadError: Loading chunk 2586 failed after 1 retries. (ProblemChunk.69da4c5g.chunk.js)

The path of the chunk looks different. It was a full URL before. Now it is just the file name. Is that because webpack is trying to really load the chunk from the root directory? Or is that because you changed the formatting of the error message?

Is there a way to get the actual path webpack is using to attempt to load the chunk?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant