-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Description
Describe the bug
Hi,
I'm trying to update my plugin to Vite v6 (marekdedic/rollup-plugin-htaccess#170), however, I'm encoutering issues with my tests on Vite 6.
Reproduction
https://github.com/marekdedic/vite-6-path-issue-repro
Steps to reproduce
npm ci
npm test
System Info
System:
OS: Linux 6.8 Ubuntu 24.04.1 LTS 24.04.1 LTS (Noble Numbat)
CPU: (12) x64 12th Gen Intel(R) Core(TM) i7-1265U
Memory: 6.57 GB / 15.23 GB
Container: Yes
Shell: 5.9 - /usr/bin/zsh
Binaries:
Node: 22.11.0 - /usr/bin/node
Yarn: 1.22.21 - /usr/bin/yarn
npm: 10.9.1 - /usr/bin/npm
npmPackages:
vite: ^6.0.2 => 6.0.2
Used Package Manager
npm
Logs
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.