From 4cad236412922a5d3267f4c435ababdf94c4fb79 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Tue, 2 Jan 2024 14:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3vite=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 3ae521c9..59310200 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,7 +1,7 @@ import { defineConfig, loadEnv } from 'vite'; +import createVitePlugins from './vite/plugins'; const { resolve } = require('path'); -import createVitePlugins from './vite/plugins'; // https://vitejs.dev/config/ export default ({ mode, command }) => { const env = loadEnv(mode, process.cwd());