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 vite build is run, files like dist/assets/Auth-d8f0d9ad-609df543-9b30d42a.js are generated to the dist/ folder, but the application asks for dist/assets/Auth-d8f0d9ad.js. If you manually remove the extra hashes, everything works correctly. Could you please tell me where the extra hashes come from and how to remove them?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Node 20.11.1
Vue 3.4.15
Vite 4.5.2
vitejs/plugin-vue 4.5.0
vite.config.ts:
When
vite build
is run, files likedist/assets/Auth-d8f0d9ad-609df543-9b30d42a.js
are generated to thedist/
folder, but the application asks fordist/assets/Auth-d8f0d9ad.js
. If you manually remove the extra hashes, everything works correctly. Could you please tell me where the extra hashes come from and how to remove them?Beta Was this translation helpful? Give feedback.
All reactions