chore: migrate dart-sass to sass

This commit is contained in:
realaravinth
2022-05-07 19:42:49 +05:30
parent 91c6f77cab
commit 87f09b6bfb
4 changed files with 40 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ module.exports = {
{
loader: "sass-loader",
options: {
implementation: require("dart-sass"),
implementation: require("sass"),
},
},
],