尝试构建一个简单的 Vite 项目,其中包含 tailwindcss 并收到以下错误,有什么想法吗?
> vite-project@0.0.0 build
> vite build
vite v2.3.4 building for production...
? 1 modules transformed.
[vite]: Rollup failed to resolve import "style.css" from "index.html".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
error during build:
Error: [vite]: Rollup failed to resolve import "style.css" from "index.html".
This is most likely unintended because it can break your application at …Run Code Online (Sandbox Code Playgroud)