windicss / vite-plugin-windicss

🍃 Windi CSS for Vite ⚡️
MIT License
854 stars 65 forks source link

feat: search for *.config.mts as config file #317

Closed webstrand closed 1 year ago

webstrand commented 1 year ago

Along with https://github.com/unjs/jiti/pull/112 this allows us to use .mts files for configuring windicss.

This fixes a problem where I needed to import from a ESM-only library in my windi.config.js.