Skip to content

Commit

Permalink
🚑️⚡️Prevented adding hash during build
Browse files Browse the repository at this point in the history
To make it load-balance friendly.
  • Loading branch information
carefree0910 committed May 13, 2023
1 parent dd6d029 commit cd25e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cfdraw/.web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ export default defineConfig({
build: {
rollupOptions: {
output: {
entryFileNames: "assets/[name].js",
chunkFileNames: "assets/[name].js",
assetFileNames: "assets/[name].[ext]",
manualChunks: {
axios: ["axios"],
jszip: ["jszip"],
Expand Down

0 comments on commit cd25e15

Please sign in to comment.