postcss / postcss-load-config

Autoload Config for PostCSS
MIT License
638 stars 71 forks source link

Feature Request: Add support for .mts configuration files #265

Closed jscarle closed 1 month ago

jscarle commented 1 month ago

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. So I'd like to ask that support be added for .mts files so it can be integrated downstream.

https://github.com/tailwindlabs/tailwindcss/issues/13927

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

jscarle commented 1 month ago

Nevermind, I just realised it's already integrated, vite is simply using an older version.