From 4cb705e21a4e736f3657b8ec4dde9afc92503118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Fri, 22 Sep 2023 13:56:47 +0800 Subject: [PATCH] 1 --- vue.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vue.config.js b/vue.config.js index 6fcde90..3972068 100644 --- a/vue.config.js +++ b/vue.config.js @@ -57,9 +57,9 @@ module.exports = { sassOptions: { outputStyle: "expanded" }, }, // px to rem - // postcss: { - // plugins: [postcss], - // }, + postcss: { + plugins: [postcss], + }, }, }, configureWebpack: {