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.
this.cacheable
1 parent 876876a commit 0d6d66dCopy full SHA for 0d6d66d
lib/loader.js
@@ -35,8 +35,6 @@ function sassLoader(content) {
35
throw new Error("Synchronous compilation is not supported anymore. See https://github.com/webpack-contrib/sass-loader/issues/333");
36
}
37
38
- this.cacheable();
39
-
40
const options = normalizeOptions(this, content, webpackImporter(
41
resourcePath,
42
pify(this.resolve.bind(this)),
0 commit comments