fix: Delete sass-loader (#114)

- sass 在目前项目中没有使用到,目前项目中使用的是 less
- sass 导致了 [#112](https://github.com/doocs/md/pull/112#issuecomment-985246677) 中的问题
This commit is contained in:
xw 2021-12-03 14:33:30 +08:00 committed by GitHub
parent 77a04967dc
commit 10d5ce856b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,6 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss-comment": "^2.0.0", "postcss-comment": "^2.0.0",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"sass-loader": "^12.3.0",
"shx": "^0.3.3", "shx": "^0.3.3",
"vue-template-compiler": "^2.6.14" "vue-template-compiler": "^2.6.14"
} }