Replace node-sass with sass for SCSS compilation. Fixes #5096

This will fix issues reported by the yarn audit. sass is better-maintained library than node-sass.
This commit is contained in:
Aditya Toshniwal
2020-01-16 14:44:58 +05:30
committed by Akshay Joshi
parent 4ab3bbeb82
commit e2bfac9e42
6 changed files with 69 additions and 520 deletions
+1 -1
View File
@@ -33,11 +33,11 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "~4.0.0-rc.6",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"popper.js": "^1.14.7",
"postcss-loader": "^3.0.0",
"raw-loader": "^1.0.0",
"sass": "^1.24.4",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^2.0.0",
"style-loader": "^0.23.1",