From 6953997e0366fd60ef6375f1f3c48c333c2df111 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 29 Oct 2024 21:05:10 +0530 Subject: [PATCH] feat: set manifest to true --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index 4e690eb8..f3aae237 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,6 +5,7 @@ export default defineConfig(() => { return { build: { outDir: 'build', + manifest: true, }, plugins: [react()], };