Skip to content

Commit

Permalink
docs: add missing parameter (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Dec 6, 2023
1 parent 7599ac2 commit 54a0736
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 @@ -418,7 +418,7 @@ module.exports = {
{
loader: "sass-loader",
options: {
sassOptions: (loaderContext) => {
sassOptions: (content, 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 54a0736

Please sign in to comment.