-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
fix: avoid import duplicate chunks #2906 #2940
Conversation
Cause tests are failing here, I converted this PR to a draft |
@Shinigami92 |
But something needs to be wrong on your side |
@g4rcez some tests failed, i try to fix it, but it hasn't been fixed yet |
df9c810
to
e6eba9d
Compare
@Shinigami92 Hello, I have solved the problem that the some test case failed. |
8cb1c0d
to
83908ef
Compare
Description
Fix #2906 Maximum call stack size exceeded because import duplicate chunks.
Additional context
I have build vite in my local npm through verdaccio,
and install it to in Reproduction repo https://github.com/g4rcez/vite-testing;
I run
yarn build
successfully.What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).