From 10d5ce856b7858a0de3d01f1abbc3086f49a413e Mon Sep 17 00:00:00 2001 From: xw Date: Fri, 3 Dec 2021 14:33:30 +0800 Subject: [PATCH] fix: Delete sass-loader (#114) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - sass 在目前项目中没有使用到,目前项目中使用的是 less - sass 导致了 [#112](https://github.com/doocs/md/pull/112#issuecomment-985246677) 中的问题 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e33166a..25650a3 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,6 @@ "npm-run-all": "^4.1.5", "postcss-comment": "^2.0.0", "raw-loader": "^4.0.2", - "sass-loader": "^12.3.0", "shx": "^0.3.3", "vue-template-compiler": "^2.6.14" }