Browse Source

Merge branch 'startLogin'

mo 1 năm trước cách đây
mục cha
commit
b84929e58d
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      vite.config.ts

+ 3 - 2
vite.config.ts

@@ -139,8 +139,9 @@ export default defineConfig(() => {
       target: 'es2015',
       rollupOptions: {
         output: {
-          entryFileNames: `[name]-[hash]${now}.js`,
-          chunkFileNames: `[name]-[hash]${now}.js`
+          entryFileNames: `[name]-[hash]-${now}.js`,
+          chunkFileNames: `[name]-[hash-${now}.js`,
+          assetFileNames: `[name]-[hash]-${now}.[ext]`
         }
       }
     },