[CLEANUP] Remove log output
This commit is contained in:
parent
b9984b40ec
commit
9c41548be6
1
index.js
1
index.js
@ -59,7 +59,6 @@ HtmlWebpackAlterDataPlugin.prototype.apply = function (compiler) {
|
||||
compilation.hooks.htmlWebpackPluginAfterHtmlProcessing.tapAsync('HtmlWebpackAlterDataPlugin', (data, cb) => {
|
||||
|
||||
if ('chunkFilenameReplacement' in this.options) {
|
||||
console.log(data.html)
|
||||
var co = cheerio.load(data.html, {
|
||||
recognizeSelfClosing: false,
|
||||
lowerCaseTags: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user