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( -