We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9406f8d commit cf53983Copy full SHA for cf53983
vite.config.mjs
@@ -1,9 +1,9 @@
1
-import { defineConfig, loadEnv } from 'vite'
+import { defineConfig } from 'vite'
2
import react from '@vitejs/plugin-react'
3
import path from 'node:path'
4
import autoprefixer from 'autoprefixer'
5
6
-export default defineConfig(({ mode }) => {
+export default defineConfig(() => {
7
return {
8
base: './',
9
build: {
0 commit comments