1.0.0 • Published 2 years ago

vcir-package-a v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Vitest Conditional Imports Reproduction (VCIR)

In order to reproduce the issue we need 2 modules with conditional "exports" blocks. This is package-a in this graph:

My-Project
├── package-b
│   ├── package-a

When package-b and package-a both have development conditional exports and vitest is run in development, the development conditional exports from package-a should be used.

1.0.0

2 years ago