clipper(web): remove node-sass and sass-loader (#9536)

This commit is contained in:
Abdullah Atta
2026-03-17 09:16:27 +05:00
committed by GitHub
parent 5185273b38
commit 0fa79433bd
3 changed files with 497 additions and 576 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -98,9 +98,7 @@
"fs-extra": "^10.0.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^9.0.0",
"prettier": "^2.5.1",
"sass-loader": "^13.2.0",
"source-map-loader": "^3.0.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",

View File

@@ -92,12 +92,6 @@ var options = {
},
{
loader: "css-loader"
},
{
loader: "sass-loader",
options: {
sourceMap: true
}
}
]
},