From 4060a42bfb673e7c724d1225a16c2fce91f78fea Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Mon, 20 Apr 2015 22:57:00 +0200 Subject: [PATCH] Revert rebase conflict --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f638ecb..e552ec5 100644 --- a/index.js +++ b/index.js @@ -111,7 +111,7 @@ HtmlWebpackPlugin.prototype.htmlWebpackPluginAssets = function(compilation, webp assets.chunks[chunkName] = {}; // Prepend the public path to all chunk files - var chunkFiles = [].concat(webpackStatsJson.assetsByChunkName[chunkName]).map(function(chunkFile) { + var chunkFiles = [].concat(chunk.files).map(function(chunkFile) { return publicPath + chunkFile; });