Fix codestyle
This commit is contained in:
parent
0ba21651a2
commit
0b4ce98b2e
2
index.js
2
index.js
|
|
@ -217,7 +217,7 @@ HtmlWebpackPlugin.prototype.evaluateCompilationResult = function (compilation, s
|
|||
}
|
||||
return typeof newSource === 'string' || typeof newSource === 'function'
|
||||
? Promise.resolve(newSource)
|
||||
: Promise.reject(`The loader "${this.options.template}" didn\'t return html.`);
|
||||
: Promise.reject(`The loader "${this.options.template}" didn't return html.`);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue