Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(condition): ensure module is included in the default conditions
This causes these tests to fail in vite 6 without this change since we were passing ['node'] and overwriting the defaults which were essentially ['module', 'node', 'development|production'] before.
- Loading branch information