From d9ecbe8599cfba8d11b58c98380f89e97efa0f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E4=B8=8E=E9=BB=91?= Date: Thu, 26 May 2022 07:31:57 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=8D=A2node-sass=EF=BC=8C?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BE=9D=E8=B5=96=E5=AE=89=E8=A3=85=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 02d5b2f5..228adea7 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "@vue/cli-plugin-babel": "^3.12.0", "@vue/cli-service": "^3.12.0", "chai": "^4.2.0", - "node-sass": "4.14.1", - "sass-loader": "^8.0.0", + "sass": "1.32.13", + "sass-loader": "10.1.1", "vue-template-compiler": "2.6.10" }, "lint-staged": { -- Gitee