From 59aabc0f8113a4a3c55e5e6e9b305f2d9bd23e90 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 18 Mar 2022 15:01:07 +0800 Subject: [PATCH] update vite.config.js --- vite.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vite.config.js b/vite.config.js index 1e171b9..612e893 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,7 +5,7 @@ import createVitePlugins from './vite/plugins' // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => { const env = loadEnv(mode, process.cwd()) - const {VITE_APP_ENV} = env + const { VITE_APP_ENV } = env return { // 部署生产环境和开发环境下的URL。 // 默认情况下,vite 会假设你的应用是被部署在一个域名的根路径上 @@ -23,7 +23,7 @@ export default defineConfig(({ mode, command }) => { // https://cn.vitejs.dev/config/#resolve-extensions extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.vue'] }, - // vite 相关配置 + // vite 相关配置 server: { port: 80, host: true, @@ -37,7 +37,7 @@ export default defineConfig(({ mode, command }) => { } }, }, - //fix:error:stdin>:7356:1: warning: "@charset" must be the first rule in the file + //fix:error:stdin>:7356:1: warning: "@charset" must be the first rule in the file css: { postcss: { plugins: [