Skip to content

Commit ef02dad

Browse files
authored
docs: remove incorrect parameter documentation of sassOptions function (#1227)
1 parent c1997de commit ef02dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ module.exports = {
362362
{
363363
loader: "sass-loader",
364364
options: {
365-
sassOptions: (content, loaderContext) => {
365+
sassOptions: (loaderContext) => {
366366
// More information about available properties https://webpack.js.org/api/loaders/
367367
const { resourcePath, rootContext } = loaderContext;
368368
const relativePath = path.relative(rootContext, resourcePath);

0 commit comments

Comments
 (0)