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
When I run npm run build with Vite (Vite version v4.5.0 in Ubuntu 23.10) using the files setting, it doesn't find any js files.
I'm using a custom Vite configuration as the following vite.config.js:
When I run
npm run build
with Vite (Vite version v4.5.0 in Ubuntu 23.10) using the files setting, it doesn't find any js files.I'm using a custom Vite configuration as the following
vite.config.js
:The plugin doesn't find any js files inside
/src/js/
directory (/src/
from root property and/js/
part is in the glob).The text was updated successfully, but these errors were encountered: