From 07248d50234b812002f9a16ae5a9f45190baa675 Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期一, 12 五月 2025 16:29:44 +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