Skip to content

Commit 3880d1d

Browse files
committed
chore(cleanup): Remove unnecessary vite build options
1 parent 7372af4 commit 3880d1d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

astro.config.mjs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -225,23 +225,6 @@ export default defineConfig({
225225
"~/images": fileURLToPath(new URL("./src/assets/images", import.meta.url)),
226226
},
227227
},
228-
build: {
229-
rollupOptions: {
230-
output: {
231-
// Split vendor chunks to reduce main bundle size
232-
manualChunks: {
233-
// React and related libraries
234-
"react-vendor": ["react", "react-dom"],
235-
// Chat widget as separate chunk since it's lazy loaded
236-
"chat-widget": ["@aptos-labs/ai-chatbot-client"],
237-
// Large utility libraries
238-
utils: ["lodash", "date-fns"],
239-
},
240-
},
241-
},
242-
// Enable compression and minification
243-
minify: "esbuild",
244-
},
245228
},
246229
markdown: {
247230
remarkPlugins: [

0 commit comments

Comments
 (0)