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

ChunkLoadError #34

Open
em3ai opened this issue Jan 12, 2024 · 1 comment
Open

ChunkLoadError #34

em3ai opened this issue Jan 12, 2024 · 1 comment
Labels
needs reproduction The author did not provide a reproduction repository

Comments

@em3ai
Copy link

em3ai commented Jan 12, 2024

when i use webpack and there are more than 1 chunck, it will report "ChunkLoadError". For Example, before compiling, there are two chunck A (index.js in the dir A) and B(index.js in the dir B), and there is "const a = require('A')" in index.js of B dir. after complied, it will report error "chunck load error,failed to load chunk A: A/index.js". Becase there is no A/index.js, only A/index.jsc

@herberttn
Copy link
Owner

@em3ai can you make a reproduction repository?

@herberttn herberttn added the needs reproduction The author did not provide a reproduction repository label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reproduction The author did not provide a reproduction repository
Projects
None yet
Development

No branches or pull requests

2 participants