We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d07af3 commit 97c9662Copy full SHA for 97c9662
web/vite.config.ts
@@ -2,10 +2,6 @@ import react from "@vitejs/plugin-react";
2
import * as path from "path";
3
import { defineConfig } from "vite";
4
5
-import importToCDN, { autoComplete } from "vite-plugin-cdn-import";
6
-import { visualizer } from "rollup-plugin-visualizer";
7
-import VitePluginCompression from "vite-plugin-compression";
8
-
9
// https://vitejs.dev/config/
10
export default defineConfig({
11
plugins: [react()],
0 commit comments