-
-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
p2-nice-to-haveNot breaking anything but nice to have (priority)Not breaking anything but nice to have (priority)
Description
Clear and concise description of the problem
There is no timer displayed at the end of the import statement:
import Component from './components/Component' // 2msSuggested solution
Vitest collects information about import durations: https://vitest.dev/api/advanced/test-module.html#diagnostic
We can map the duration to location of static and known dynamic imports (with a static string inside)
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
p2-nice-to-haveNot breaking anything but nice to have (priority)Not breaking anything but nice to have (priority)