Skip to content

Instantly share code, notes, and snippets.

@sa02045
sa02045 / vite.config.ts
Last active June 6, 2024 10:49
Granular Chunks Example (React, Vite)
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
build: {
rollupOptions: {
output: {
manualChunks(id) {
// framework dependencies