Skip to content

Commit d2dae27

Browse files
committed
Restore old formatting
1 parent 0618fbd commit d2dae27

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

lib/loader.js

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,11 @@ function sassLoader(content) {
3939
return;
4040
}
4141

42-
const options = normalizeOptions(
43-
this,
44-
content,
45-
webpackImporter(
46-
resourcePath,
47-
pify(this.resolve.bind(this)),
48-
addNormalizedDependency
49-
)
50-
);
42+
const options = normalizeOptions(this, content, webpackImporter(
43+
resourcePath,
44+
pify(this.resolve.bind(this)),
45+
addNormalizedDependency
46+
));
5147

5248
// Skip empty files, otherwise it will stop webpack, see issue #21
5349
if (options.data.trim() === "") {

0 commit comments

Comments
 (0)