mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
7 lines
368 B
JavaScript
7 lines
368 B
JavaScript
// This is used to setup a test scenario, where dep scanner
|
|
// could not determine all of the used dependencies on first
|
|
// pass, e.g., a dependency that is aliased using an absolute
|
|
// path, in which case it used to trigger unnecessary "full
|
|
// reloads" invalidating all modules in a module graph.
|
|
export { default } from '@vitejs/test-dep-alias-using-absolute-path'
|