Skip to content

Commit

Permalink
fix: remove incorrect parameter documentation of sassOptions function
Browse files Browse the repository at this point in the history
fixes #1226
  • Loading branch information
loilo authored Aug 12, 2024
1 parent c1997de commit 47f459b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ module.exports = {
{
loader: "sass-loader",
options: {
sassOptions: (content, loaderContext) => {
sassOptions: (loaderContext) => {
// More information about available properties https://webpack.js.org/api/loaders/
const { resourcePath, rootContext } = loaderContext;
const relativePath = path.relative(rootContext, resourcePath);
Expand Down

0 comments on commit 47f459b

Please sign in to comment.