From 7bccb4b2b3078d2f2463b25e70a9639b39f2db94 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 13 五月 2025 16:19:38 +0800
Subject: [PATCH] 采购台账-联调
---
vite.config.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index 8a49d01..13d1fcb 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -59,7 +59,6 @@
}
}
},
- //fix:error:stdin>:7356:1: warning: "@charset" must be the first rule in the file
css: {
postcss: {
plugins: [
@@ -68,7 +67,7 @@
AtRule: {
charset: (atRule) => {
if (atRule.name === 'charset') {
- atRule.remove();
+ atRule.remove()
}
}
}
--
Gitblit v1.9.3