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
It will be difficult to identify the source of your problem without a reliable way to reproduce it. Could you share a complete minimal example? (including the version of Vite that you are using).
The published bundle somehow couldn't work and I don't know why, so I tried to make App.js really simple:
and run
npm run build
the result will be an empty css file (even though I delete .css file in src) and an js file:
Which is definite a wrong output.
What's the hidden rule in this building process?
The text was updated successfully, but these errors were encountered: