windicss / vite-plugin-windicss

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

fix: The "path" argument must be of type string or an instance of URL. Received undefined #314

Closed AntzyMo closed 1 year ago

AntzyMo commented 1 year ago

image

An error occurs using Vite4 pnpm dev

image

tsupv6.4.0开始默认从tsconfig.json读取配置,因为现在target的配置为es2017,所以导致import.meta不支持,打包会生成import_meta.url