You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an issue originally identified in the TailwindCSS repository, I've been able to work through the upstream dependencies and found that vite relies on postcss-load-config to load it's configuration files.
I originally thought that this was an issue with postcss-load-config, however I later realised that support for .mts files has already been integrated into it. The issue is that vite is using a very old version of postcss-load-config.
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.
Describe the bug
In an issue originally identified in the TailwindCSS repository, I've been able to work through the upstream dependencies and found that vite relies on postcss-load-config to load it's configuration files.
tailwindlabs/tailwindcss#13927
I originally thought that this was an issue with postcss-load-config, however I later realised that support for
.mts
files has already been integrated into it. The issue is that vite is using a very old version of postcss-load-config.postcss/postcss-load-config#265
What build tool (or framework if it abstracts the build tool) are you using?
vue 3.4.31, typescript 5.5.2, vue-tsc 2.0.24, vite 5.3.2, tailwindcss 3.4.4
Reproduction
https://github.com/jscarle/ReproTailwindCSS
Steps to reproduce
No response
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: