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
Describe the bug
Sorry for my English I'm french :/
When upgrading from Next 11.1.2 to Next 12 this plugin seems to break on Vercel build : [Error: ENOENT: no such file or directory, lstat '/vercel/path0/virtual:windi.css']
To Reproduce
Steps to reproduce the behavior:
Create a Next 12 project, implement windicss-webpack-plugin using
Describe the bug
Sorry for my English I'm french :/
When upgrading from Next 11.1.2 to Next 12 this plugin seems to break on Vercel build :
[Error: ENOENT: no such file or directory, lstat '/vercel/path0/virtual:windi.css']
To Reproduce
Steps to reproduce the behavior:
next.config.js
in module.exports and
import 'windi.css'
in _app.js2. Deploy it to Vercel
3. See error
Expected behavior
No build error
The text was updated successfully, but these errors were encountered: