Skip to content

Commit 54a0736

Browse files
authored
docs: add missing parameter (#1155)
1 parent 7599ac2 commit 54a0736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ module.exports = {
418418
{
419419
loader: "sass-loader",
420420
options: {
421-
sassOptions: (loaderContext) => {
421+
sassOptions: (content, loaderContext) => {
422422
// More information about available properties https://webpack.js.org/api/loaders/
423423
const { resourcePath, rootContext } = loaderContext;
424424
const relativePath = path.relative(rootContext, resourcePath);

0 commit comments

Comments
 (0)