From 159b7fb559d49c268e59742792e8bf04bb8e8e43 Mon Sep 17 00:00:00 2001 From: Szymon Nowak Date: Sun, 14 Jan 2018 16:10:43 +0100 Subject: [PATCH] Move inlined webpack manifest to the end of body element --- packages/gatsby/cache-dir/static-entry.js | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/gatsby/cache-dir/static-entry.js b/packages/gatsby/cache-dir/static-entry.js index ad942033701e0..39e8d9733b614 100644 --- a/packages/gatsby/cache-dir/static-entry.js +++ b/packages/gatsby/cache-dir/static-entry.js @@ -137,19 +137,6 @@ module.exports = (locals, callback) => { bodyHtml, }) - // Add the chunk-manifest as a head component. - const chunkManifest = require(`!raw!../public/chunk-manifest.json`) - - headComponents.unshift( -