Skip to content

Commit cf53983

Browse files
committed
chore: clean-up
1 parent 9406f8d commit cf53983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { defineConfig, loadEnv } from 'vite'
1+
import { defineConfig } from 'vite'
22
import react from '@vitejs/plugin-react'
33
import path from 'node:path'
44
import autoprefixer from 'autoprefixer'
55

6-
export default defineConfig(({ mode }) => {
6+
export default defineConfig(() => {
77
return {
88
base: './',
99
build: {

0 commit comments

Comments
 (0)