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

fix: really disable deps optimization #1104

Merged
merged 1 commit into from Apr 5, 2022

Conversation

sheremet-va
Copy link
Member

@sheremet-va sheremet-va commented Apr 5, 2022

Closes #485

@netlify
Copy link

netlify bot commented Apr 5, 2022

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit 1766d83
🔍 Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/624c3eb2ff38310008afb20a
😎 Deploy Preview https://deploy-preview-1104--vitest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@sheremet-va sheremet-va requested a review from antfu April 5, 2022 13:07
@antfu antfu merged commit 0d2413f into vitest-dev:main Apr 5, 2022
Comment on lines +82 to +84
optimizeDeps: {
entries: [],
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should add an optimizeDeps: false option in Vite (this works totally fine, just thinking that we could be more explicit)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to see that (was a bit surprised this wasn't an option in Vite)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do a PR and we can talk about it in the next meeting 👍🏼

chaii3 pushed a commit to chaii3/vitest that referenced this pull request May 13, 2022
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
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

Successfully merging this pull request may close these issues.

--ui attempts to load .vue files unrelated to test
3 participants