Skip to content

Commit

Permalink
docs: remove incorrect parameter documentation of sassOptions funct…
Browse files Browse the repository at this point in the history
…ion (#1227)
  • Loading branch information
loilo authored Aug 13, 2024
1 parent c1997de commit ef02dad
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 ef02dad

Please sign in to comment.