Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 8cdda4a

Browse files
committed
Use tabs for indents
1 parent 8f28427 commit 8cdda4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

loader.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ module.exports.pitch = function(request, preReq, data) {
1818
this.addDependency(this.resourcePath);
1919
// We already in child compiler, return empty bundle
2020
if(this[__dirname] === undefined) {
21-
throw new Error(
22-
'"extract-text-webpack-plugin" loader is used without the corresponding plugin, ' +
23-
'refer to https://github.com/webpack/extract-text-webpack-plugin for the usage example'
24-
);
25-
} else if(this[__dirname] === false) {
21+
throw new Error(
22+
'"extract-text-webpack-plugin" loader is used without the corresponding plugin, ' +
23+
'refer to https://github.com/webpack/extract-text-webpack-plugin for the usage example'
24+
);
25+
} else if(this[__dirname] === false) {
2626
return "";
2727
} else if(this[__dirname](null, query)) {
2828
if(query.omit) {

0 commit comments

Comments
 (0)