We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7599ac2 commit 54a0736Copy full SHA for 54a0736
README.md
@@ -418,7 +418,7 @@ module.exports = {
418
{
419
loader: "sass-loader",
420
options: {
421
- sassOptions: (loaderContext) => {
+ sassOptions: (content, loaderContext) => {
422
// More information about available properties https://webpack.js.org/api/loaders/
423
const { resourcePath, rootContext } = loaderContext;
424
const relativePath = path.relative(rootContext, resourcePath);
0 commit comments