chore: remove vite output config (#7644)

This commit is contained in:
Laurin 2026-02-06 08:55:31 +01:00 committed by GitHub
parent 1f38d9064c
commit c149390f7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,9 +49,6 @@ export default {
index: resolve(__dirname, 'index.html'),
['preflight-worker-embed']: resolve(__dirname, 'preflight-worker-embed.html'),
},
output: {
entryFileNames: '[name].[hash].js',
},
},
},
optimizeDeps: {