We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sassOptions
1 parent c1997de commit ef02dadCopy full SHA for ef02dad
README.md
@@ -362,7 +362,7 @@ module.exports = {
362
{
363
loader: "sass-loader",
364
options: {
365
- sassOptions: (content, loaderContext) => {
+ sassOptions: (loaderContext) => {
366
// More information about available properties https://webpack.js.org/api/loaders/
367
const { resourcePath, rootContext } = loaderContext;
368
const relativePath = path.relative(rootContext, resourcePath);
0 commit comments