Skip to content

Commit

Permalink
chore: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Feb 11, 2025
1 parent b58f66a commit 8756cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default defineConfig({
entryFileNames: "main.js", // Name the main output bundle as main.js
chunkFileNames: "[name]-[hash].js", // Optional: Name for dynamic imports or shared chunks
assetFileNames: "main.[ext]", // Optional: Name for assets like CSS or images
// assetFileNames: "[name]-[hash].[ext]", // Optional: Name for assets like CSS or images
},
},
},
Expand Down

0 comments on commit 8756cfc

Please sign in to comment.