mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-05 00:36:18 +00:00
Build
This commit is contained in:
@@ -54,8 +54,8 @@ export default defineConfig(({mode}) => {
|
||||
rollupOptions: {
|
||||
output: {
|
||||
entryFileNames: `static/app/dist/[name]-[hash].js`,
|
||||
chunkFileNames: `static/app/dist/[name]-[hash].js`,
|
||||
assetFileNames: `static/app/dist/[name]-[hash].[ext]`
|
||||
chunkFileNames: `[name]-[hash].js`,
|
||||
assetFileNames: `[name]-[hash].[ext]`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user