Skip to content

Commit 6085bf6

Browse files
philwarehamevilebottnawi
authored andcommitted
docs: correct implementation in documentation (webpack-contrib#601)
1 parent aada4c3 commit 6085bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ use Dart Sass, you'd pass:
9696
{
9797
loader: "sass-loader",
9898
options: {
99-
implementation: require("sass")
99+
implementation: require("dart-sass")
100100
}
101101
}
102102
// ...
@@ -125,7 +125,7 @@ module.exports = {
125125
}, {
126126
loader: "sass-loader",
127127
options: {
128-
implementation: require("sass"),
128+
implementation: require("dart-sass"),
129129
fiber: Fiber
130130
}
131131
}]

0 commit comments

Comments
 (0)