small fix

This commit is contained in:
Tobias Koppers 2012-03-27 00:34:53 +02:00
parent 21eb499a4e
commit 9ae768b774
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ module.exports = function(context, identifier, options, callback) {
if(!options.postfixes) if(!options.postfixes)
options.postfixes = ["", "-webpack", "-web"]; options.postfixes = ["", "-webpack", "-web"];
if(!options.loaderExtensions) if(!options.loaderExtensions)
options.loaderExtensions = [".webpack-web-loader.js", ".webpack-loader.js", ".web-loader.js", ".loader.js", ".js", ""]; options.loaderExtensions = [".webpack-web-loader.js", ".webpack-loader.js", ".web-loader.js", ".loader.js", "", ".js"];
if(!options.loaderPostfixes) if(!options.loaderPostfixes)
options.loaderPostfixes = ["-webpack-web-loader", "-webpack-loader", "-web-loader", "-loader", ""]; options.loaderPostfixes = ["-webpack-web-loader", "-webpack-loader", "-web-loader", "-loader", ""];
if(!options.paths) if(!options.paths)