You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is not a lot of information about the Vitest optimizer.
Suggested solution
We should add a guide in Vitest documentation explaining how the optimizer works and where to enable it. We can rely on "Dependency Pre-Bundling" Vite docs as a source of inspiration since it uses the same mechanism.
Vitest main points:
Importing a single file is faster than importing separate files
CJS/ESM interop should be better
We can use Vite plugins and aliases without processing files one by one which is faster
Better interoperability with how Vite works in the browser
Clear and concise description of the problem
There is not a lot of information about the Vitest optimizer.
Suggested solution
We should add a guide in Vitest documentation explaining how the optimizer works and where to enable it. We can rely on "Dependency Pre-Bundling" Vite docs as a source of inspiration since it uses the same mechanism.
Vitest main points:
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: