Skip to content

Commit

Permalink
Merge pull request #8 from pluma/patch-1
Browse files Browse the repository at this point in the history
Fix interop with other plugins
  • Loading branch information
jamesjieye committed Mar 8, 2017
2 parents 3106e24 + e9b3442 commit 0fcb333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ HtmlWebpackExcludeAssetsPlugin.prototype.processAssets = function (excludePatter
}
});

return { head: head, body: body };
return { head: head, body: body, plugin: pluginData.plugin, chunks: pluginData.chunks, outputName: pluginData.outputName };
};

module.exports = HtmlWebpackExcludeAssetsPlugin;

0 comments on commit 0fcb333

Please sign in to comment.