Compare commits

...

1 Commits

Author SHA1 Message Date
Abdullah Atta
4ae750fec9 clipper(web): remove node-sass and sass-loader 2026-03-16 19:02:14 +05:00
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
}
}
]
},